summaryrefslogtreecommitdiff
path: root/test/lookup1.lm
Commit message (Collapse)AuthorAgeFilesLines
* removed test case directoryAdrian Thurston2018-05-231-2477/+0
| | | | tests now maintained outside of code repository
* flatteneed test directoryAdrian Thurston2017-02-221-0/+2477
|
* test suite removed from colm.git, now maintained in test-colmAdrian Thurston2016-07-311-2477/+0
|
* now scoping functions inside the namespaces they are declared inAdrian Thurston2015-08-091-2/+2
|
* cleanup and simplification, generic elements and variousAdrian Thurston2015-06-131-1/+1
|
* replacing list and map with vlist and vmapAdrian Thurston2015-06-061-5/+5
|
* more vmap implementationAdrian Thurston2015-06-051-25/+18
|
* more of the vlist implementation .. moved all test cases to vlistAdrian Thurston2015-06-051-225/+112
|
* brought back the comma to param/arg listsAdrian Thurston2015-05-031-67/+70
|
* mandatory arg list for newAdrian Thurston2015-01-241-55/+55
|
* revert "moved away the larger grammars for known langs"Adrian Thurston2015-01-231-0/+2594
| | | | This reverts commit 04a32202c1aae4a1c69539ce7dd21dff3a93c7fb.
* moved away the larger grammars for known langsAdrian Thurston2015-01-231-2594/+0
| | | | | These are now in the grammars repo. The tests here should be lean tests that target specific scenarios (unit).
* lookup1 converted to object semanticsAdrian Thurston2015-01-181-165/+327
|
* lookup1: updated expected output for non-modifiable list walkingAdrian Thurston2014-11-061-5/+21
|
* runtests.sh: removed section header for LM codeAdrian Thurston2014-11-051-1/+0
| | | | If we remove the header then line numbers reported in the log will be accurate.
* updated lookup1 test case for latest colmAdrian Thurston2014-11-051-104/+106
| | | | Still crashing on return inside loop.
* now using 'new' for object semantics (formerly new2)Adrian Thurston2014-11-041-12/+12
|
* updated test cases for context object changesAdrian Thurston2014-11-041-25/+25
|
* now using the object-based semantics for list and mapAdrian Thurston2014-11-041-157/+157
|
* meaning of push/pop in list functions changedAdrian Thurston2014-07-011-136/+135
| | | | | | * The push and pop functions now alter the head of the list. * Renamed append/remove_end to push_end/pop_end. * Added push_head and pop_head.
* updated test cases for syntax changes in parent commitAdrian Thurston2014-01-141-247/+247
|
* updated test cases for new ptr syntaxAdrian Thurston2013-05-251-95/+95
|
* updated tests for parent commit (parse returns tree)Adrian Thurston2013-04-131-3/+2
|
* commit, new, &&, ||, lex repAdrian Thurston2013-03-231-0/+214
|
* updated examples for namespace and context syntax changesAdrian Thurston2013-02-121-1/+1
|
* update test cases for changes in parent commitAdrian Thurston2012-12-191-2/+1
|
* updated test for lex scope syntaxAdrian Thurston2012-12-181-4/+2
|
* removed lexical region name from test casesAdrian Thurston2012-12-161-2/+2
|
* store the parse error in PdaRun, make it accessible with member on parser typeAdrian Thurston2012-09-081-1/+1
| | | | | | Now that the parse statement returns a parser instead of the parsed tree it makes sense to store the parse error in the parser and make it accessible with Parser.error member.
* removed extra print that found its way inAdrian Thurston2012-08-231-2/+0
|
* converted lookup1 to context declsAdrian Thurston2012-08-201-1856/+1889
|
* remaining migration to new parse syntaxAdrian Thurston2012-08-171-3/+3
|
* more use of new parse syntaxAdrian Thurston2012-08-171-1/+2
|
* Eliminating the naming of attributes in constructors. refs #335.Adrian Thurston2011-11-281-10/+20
|
* Flattening tests. Not claiming any particular language.Adrian Thurston2011-11-231-0/+2164