summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Can now capture (declare) variables in construct and parse statements. Name:Adrian Thurston2011-05-205-9/+9
* Commas gone from expression lists. Now consistent with constructors, patterns,Adrian Thurston2011-03-3037-182/+181
* Test cases use pattern-style parameters and declarations. refs #241.Adrian Thurston2011-03-2452-316/+314
* Added scoping for IF statements.Adrian Thurston2010-11-243-0/+36
* Added cxx the test suite.Adrian Thurston2010-04-0730-47/+3679
* Added integer division. Requires a feddback to the lexer so it can decide if itAdrian Thurston2010-03-303-0/+41
* A fix and a test case for sprintfAdrian Thurston2010-03-303-0/+3
* added http and xmlAdrian Thurston2010-03-2712-68/+256
* Added the html grammar to the suite.Adrian Thurston2010-03-276-38/+126
* Added tests.Adrian Thurston2010-03-2714-24/+196
* added matchex to the suiteAdrian Thurston2010-03-273-0/+10
* Added til.lm to the suite.Adrian Thurston2010-03-271-0/+1
* added a couple testsAdrian Thurston2010-03-276-3/+40
* Added the four counting tests.Adrian Thurston2010-03-2711-0/+81
* Added a number existing tests to the suite.Adrian Thurston2010-03-2719-9/+312
* Added a clean target and liftattrs to the suite.Adrian Thurston2010-03-273-0/+8
* Added rediv.lm to the test suite.Adrian Thurston2010-03-263-7/+95
* Added travs1 and constructex.Adrian Thurston2010-03-265-3/+151
* added test island.lmAdrian Thurston2010-03-253-3/+105
* Small test case with a major leak.Adrian Thurston2010-03-254-0/+43
* Some new extensions.Adrian Thurston2010-03-251-3/+6
* In parse finish, turn off 'later' at the same time as setting eof. Don't everAdrian Thurston2010-03-257-5/+2446
* Now supporting subdirs.Adrian Thurston2010-03-253-30/+53
* support multiple input filesAdrian Thurston2010-03-2512-57/+80
* New strategy for testing.Adrian Thurston2010-03-243-89/+55
* gets it compiling doesn't runAdrian Thurston2010-03-231-8/+8
* Made current.Adrian Thurston2010-03-231-2/+2
* Need to set the parser and scanner states after inducing backtracking forAdrian Thurston2010-03-224-1/+62
* Rather than merge ignore lists, just replace with what is in the fsmrun ignoreAdrian Thurston2010-03-213-8/+8
* Some refcounting fixes.Adrian Thurston2010-03-201-1/+1
* Added btscan to the test suite (renamed btscan1). Also added a version ofAdrian Thurston2010-03-206-0/+91
* Added a test.Adrian Thurston2010-03-204-1/+86
* Need to use RunBuf queue in InputStreamAccum.Adrian Thurston2010-03-132-2/+3
* Implemented undo_stream_append, which allows a new test case undofrage2 to run,Adrian Thurston2010-03-135-2/+43
* Implemented STREAM append. No longer using PARSE_FRAG. Instead extracting theAdrian Thurston2010-03-094-1/+25
* The context structure implies a namespace.Adrian Thurston2010-02-0912-3/+249
* Added push_ignore to the stream type to replace the send_ignore() function.Adrian Thurston2010-02-073-1/+54
* token translation with backtrackingAdrian Thurston2010-02-074-1/+62
* Testing a method of undoing parse frag by using a count of consumed tokens.Adrian Thurston2010-02-054-1/+62
* Functions can now access the context.Adrian Thurston2010-01-311-1/+1
* Can now reference the context object during parsing. Can now use a stream withAdrian Thurston2010-01-314-2/+2
* Context test.Adrian Thurston2010-01-314-1/+37
* Fixed ignore lists in the primary construct function.Adrian Thurston2010-01-235-1/+31
* Tree comparison needs to use the tree_child function, which means the ProgramAdrian Thurston2010-01-204-1/+23
* Disabled constructing of ignore tokens. Needs to be modified to use the newAdrian Thurston2010-01-203-1/+23
* Some refcounting fixes.Adrian Thurston2009-12-024-0/+27
* Merged push and push2 (for input) and made the merged function (push) a methodAdrian Thurston2009-12-022-9/+9
* Removed the send function. Replaced by push2 (likely will be renamed). StillAdrian Thurston2009-11-304-9/+9
* More work on figuring out the relationship between PdaRun, FsmRun andAdrian Thurston2009-11-131-1/+1
* Added rubyhere to the test suite. Good demo of going forwards and backwardsAdrian Thurston2009-11-114-5/+66