summaryrefslogtreecommitdiffstats
path: root/test/language/lexer.rb
Commit message (Expand)AuthorAgeFilesLines
* Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-276/+0
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-101-1/+19
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-251-0/+12
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-0/+15
* A couple of small bug-fixesluke2006-12-281-2/+2
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-1/+1
* 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-2/+76
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-9/+2
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-1/+34
* getting rid of the parser tree, and moving everything into the language dirluke2006-04-041-0/+128