summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* updated test cases for new print semanticsAdrian Thurston2013-05-1827-40/+36
|
* make it possible to specify a line with no EOL in EXP sectionAdrian Thurston2013-05-181-2/+9
|
* test the ambiguity between cons forms and expr in constructorAdrian Thurston2013-05-121-0/+68
|
* new test for a rhs ref after a tree copyAdrian Thurston2013-05-111-0/+52
|
* updated extra dist vars with current manifestsAdrian Thurston2013-04-191-200/+88
|
* program interface changesAdrian Thurston2013-04-184-7/+4
| | | | | | | -c to compile library only, no binary -e and -E for the exports files (header and code respectively) default binary now has the extension removed (was .bin)
* replaced calls to finish with send .. eosAdrian Thurston2013-04-145-11/+15
|
* eliminated the original send syntaxAdrian Thurston2013-04-142-7/+9
|
* updated tests for parent commit (parse returns tree)Adrian Thurston2013-04-1368-135/+104
|
* added while loop testAdrian Thurston2013-03-301-0/+52
|
* done with the combine scriptAdrian Thurston2013-03-301-33/+0
|
* added no_ignore for token defsAdrian Thurston2013-03-241-0/+53
|
* test case for colm include statementAdrian Thurston2013-03-242-0/+7
|
* the include1 test is actually the inpush1 testAdrian Thurston2013-03-244-6/+6
|
* include1.lm test now workingAdrian Thurston2013-03-243-33/+36
|
* implemnted <= and >=Adrian Thurston2013-03-243-1408/+1414
|
* added precedence declarationsAdrian Thurston2013-03-248-4/+15
|
* implemented preeofAdrian Thurston2013-03-233-4/+7
|
* improvements to ignore_def and prod_el, only 6 failures nowAdrian Thurston2013-03-2394-429/+529
|
* commit, new, &&, ||, lex repAdrian Thurston2013-03-233-211/+214
|
* prints, alias, <<Adrian Thurston2013-03-2333-315/+350
|
* added reducefirstAdrian Thurston2013-03-236-4/+10
|
* added parse_stopAdrian Thurston2013-03-2318-56/+74
|
* tilde data in patternsAdrian Thurston2013-03-235-5/+10
|
* obj var listsAdrian Thurston2013-03-233-8/+11
|
* require, return, break, reject, lex_hex, lex_amp, lex_dash, opt ignore namesAdrian Thurston2013-03-2312-4045/+4056
|
* make_token/tree, typeid, lex lits, lex operators, translateAdrian Thurston2013-03-236-8/+14
|
* added exportAdrian Thurston2013-03-233-0/+3
|
* implemented multiplicativeAdrian Thurston2013-03-232-34/+36
|
* tilde strings, neq, and unsigned numbers in lexical defsAdrian Thurston2013-03-2215-6873/+6889
|
* lots of work on constructors, strings, accums and patternsAdrian Thurston2013-03-2210-48/+57
|
* yield, iter and function definition, less than, greater thanAdrian Thurston2013-03-2211-156/+167
|
* added stringsAdrian Thurston2013-03-213-2/+5
|
* no-ignore between regions, accumulate, print_xmlAdrian Thurston2013-03-217-6/+36
| | | | | | | | * Fixed the dependencies, which was necessary after the file renaming. * Added print_xml and print_xml_ac. * Added no-ignore to the bootstrap language. * Using no-ignore around the boundaries between regions * Worked on accumulate.
* undofrag1 works with recent changes, converted to combined methodAdrian Thurston2013-03-213-5/+8
|
* some work on parse expressionsAdrian Thurston2013-03-201-0/+14
|
* improvements in lexical defs and literalsAdrian Thurston2013-03-202-0/+31
|
* added nil, true, false and parenthesis expressionsAdrian Thurston2013-03-191-0/+12
|
* implemented if blocksAdrian Thurston2013-03-201-0/+46
|
* implemented {} scope blocks and iter_call, testing with for loopsAdrian Thurston2013-03-192-0/+40
|
* simple for loopAdrian Thurston2013-03-181-0/+19
|
* var declaration with no initializer worksAdrian Thurston2013-03-181-0/+3
|
* added variable declaration test cases, updated factor to verify proper loadAdrian Thurston2013-03-174-2/+14
|
* test cases for factor productions currently in placeAdrian Thurston2013-03-175-0/+18
|
* fixes for various error conditionsAdrian Thurston2013-03-171-2/+4
|
* allow empty sections to be specified in the test caseAdrian Thurston2013-03-171-4/+12
|
* now supporting multiple input-output pairs in a test caseAdrian Thurston2013-03-178-143/+94
|
* converted namespace and typeref test cases to combined formatAdrian Thurston2013-03-1725-31/+61
|
* moving to a combined test case formatAdrian Thurston2013-03-173-53/+107
| | | | | The test case sections are extracted from the test case file. Added a script combine.sh for helping with the conversion.
* test cases for typerefsAdrian Thurston2013-03-1722-9/+130
|