summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Moving test/Makefiles to automake files. Going to include the test cases in theAdrian Thurston2011-07-307-0/+0
* Type typeid type arg now wrapped in <>. In line with map, list, etc.Adrian Thurston2011-07-1312-42/+42
* Removed the old production-style generics. Now only using the type-args style.Adrian Thurston2011-07-107-43/+27
* Use a list typeref for argv. Means argv_list is no longer an implicitly createdAdrian Thurston2011-07-103-4/+4
* Rest of the generic types (map, list, vector) now supported in type ref.Adrian Thurston2011-07-107-25/+10
* Fixed the precedence setting, which was broken since the recent improvements toAdrian Thurston2011-07-096-37/+47
* Added makefiles. Still generated, but checked in too for convenience. New testsAdrian Thurston2011-06-083-0/+748
* 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