summaryrefslogtreecommitdiffstats
path: root/test/language/ast/hostclass.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-111-184/+0
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-081-8/+8
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-7/+7
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-061-0/+17
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-5/+7
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-031-7/+7
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-031-3/+2
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-1/+1
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-4/+4
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-15/+18
* Removing test that ended up being redundantluke2007-07-311-16/+0
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-191-0/+17
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-041-3/+3
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-1/+1
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-2/+17
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-221-0/+147