summaryrefslogtreecommitdiffstats
path: root/test/language/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-181-0/+37
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-0/+1
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-0/+19
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-0/+34
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-031-0/+94
* getting rid of the parser tree, and moving everything into the language dirluke2006-04-041-0/+212