summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Superid test needs to be adjusted since splitting the stream into two objects.Adrian Thurston2012-01-011-2/+2
* Minor tweaking to the buffer clearing. Need to work out exactly when to doAdrian Thurston2011-12-311-2/+4
* Don't need the flush flag in input streams anymore. The parse loop decides whenAdrian Thurston2011-12-301-2/+0
* Have the split between InputStream and SourceStream partially functional. BasicAdrian Thurston2011-12-173-0/+41
* Eliminated PdaRun::lhs. Chaning redLel directly. Also directly accessing input1Adrian Thurston2011-12-126-5/+55
* Converted the parse backtracking instructions to the new style, where the firstAdrian Thurston2011-12-122-2/+14
* Eliminating the naming of attributes in constructors. refs #335.Adrian Thurston2011-11-282-13/+23
* Use IN_PCR_RET at the end of a generation action, not IN_STOP.Adrian Thurston2011-11-272-3/+8
* Activated the mediawiki test, which is heavy on the token generation.Adrian Thurston2011-11-2314-129/+23
* Flattening tests. Not claiming any particular language.Adrian Thurston2011-11-2357-768/+459
* More flattening.Adrian Thurston2011-11-2318-158/+197
* Started flattening the test suite.Adrian Thurston2011-11-2221-107/+45
* Added export cases to the dist.Adrian Thurston2011-11-201-3/+6
* Now using the accumulated ignore stack when reporting some backtracking points.Adrian Thurston2011-11-175-7/+36
* Compiles, does not run.Adrian Thurston2011-11-131-28/+29
* Added frameId to the call stack. Will use for stack unwinding so we canAdrian Thurston2011-11-066-11/+42
* Updated expected output for for print_xml. refs #325.Adrian Thurston2011-10-1948-6976/+121
* Fixes for genmf since using runtests.mk instead of Makefile. print_xml_ac wasAdrian Thurston2011-10-014-8/+21
* Verified adjustments given recent changes. refs #323.Adrian Thurston2011-09-302-5/+6
* Last night's work. Added the go-left and go-right commands for ignore lists.Adrian Thurston2011-09-281-5/+5
* Instead of using a kid pointing at a kid for ignore lists, use the newAdrian Thurston2011-09-181-8/+0
* Experimenting with ignore items in child lists. Old style (Ignore lists in theAdrian Thurston2011-09-181-2/+2
* Added a syntax send Parser [Stuff], where send is now a keyword. FunctionAdrian Thurston2011-09-169-40/+38
* Automake files in the tests directory now used only for adding files to theAdrian Thurston2011-07-3114-809/+1071
* 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