summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* automated conversion of svn:ignore properties to .gitignore files on tags/0.3colm-0.30.3Adrian Thurston2012-04-2810-0/+51
* 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
* 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