summaryrefslogtreecommitdiffstats
path: root/test/language/scope.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+17
* Using undefined variables is no longer an exception, it just returns an empty...luke2006-03-111-2/+4
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-091-0/+31
* Definitions now always create their own context, which means that they cannot...luke2006-03-031-0/+49
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-281-4/+36
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+19
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-18/+18
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-271-1/+4
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-0/+2
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-2/+2
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-301-3/+110
* Getting rid of the tc_ prefix to test casesluke2005-10-221-0/+305