summaryrefslogtreecommitdiffstats
path: root/test/language/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-2/+2
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-6/+6
* Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-0/+12
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-131-17/+3
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-0/+1
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* Adding a :code setting for specifying code to runLuke Kanies2007-10-051-1/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-101-0/+8
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-1/+1
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-2/+2
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-1/+1
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-1/+1
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-2/+2
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-3/+3
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-7/+7
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-0/+17
* Fixing #314 and #729; here's the changelog:luke2007-08-031-44/+443
* Adding #629 -- an undef keyword now existsluke2007-05-171-0/+13
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-141-2/+2
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-3/+3
* Fixing #588 - the parser correctly ignores directories in globbing nowluke2007-04-201-0/+16
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-0/+7
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-191-0/+38
* Search manifests first within modules, and if no module is found, search inlutter2007-03-091-0/+44
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-271-0/+11
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-301-0/+5
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-301-0/+16
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-301-0/+8
* Fixing graphing tests, and correctly only using storeconfigs in tests where r...luke2007-01-011-5/+14
* A couple of small bug-fixesluke2006-12-281-3/+3
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-1/+1
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-7/+7
* Mostly small changes toward 0.20.1luke2006-11-101-3/+8
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-0/+23
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-0/+2
* Making all test suites executable, adding some tests for handling changing fi...luke2006-10-161-0/+0
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-147/+230
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-8/+1
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-105/+44
* Removing a test in the parser that is no longer necessary because of how impo...luke2006-09-151-15/+0
* This commit adds two important features (but which probably were notluke2006-09-151-29/+105
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-281-11/+12
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-0/+19
* Adding warnings and error throwing for #218 -- metaparams in prototypes are t...luke2006-08-211-0/+25
* Fixing #166. Function names are no longer reserved words.luke2006-06-081-3/+18
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-081-0/+16
* Fixing #162. Node names must now be comma-separated.luke2006-05-311-0/+19
* Allowing empty filesluke2006-05-181-0/+14