summaryrefslogtreecommitdiff
path: root/test/argv2.lm
Commit message (Expand)AuthorAgeFilesLines
* use object semantics for the parser typesAdrian Thurston2014-11-041-2/+2
* now using the object-based semantics for list and mapAdrian Thurston2014-11-041-1/+1
* use the new list2 type for argvAdrian Thurston2014-11-031-2/+2
* don't put argv0 into the argv array, use a separate varAdrian Thurston2014-08-041-1/+1
* updated test cases for syntax changes in parent commitAdrian Thurston2014-01-141-14/+15
* tilde strings, neq, and unsigned numbers in lexical defsAdrian Thurston2013-03-221-0/+14
* updated test for lex scope syntaxAdrian Thurston2012-12-181-4/+2
* removed lexical region name from test casesAdrian Thurston2012-12-161-2/+2
* Added a syntax send Parser [Stuff], where send is now a keyword. FunctionAdrian Thurston2011-09-161-2/+2
* Use a list typeref for argv. Means argv_list is no longer an implicitly createdAdrian Thurston2011-07-101-1/+1
* Rest of the generic types (map, list, vector) now supported in type ref.Adrian Thurston2011-07-101-3/+1
* Test cases use pattern-style parameters and declarations. refs #241.Adrian Thurston2011-03-241-3/+3
* Updated argv2 test to include long options.Adrian Thurston2009-10-101-5/+32
* don't print the null in the case of files.Adrian Thurston2009-10-081-2/+4
* Added argv tests. Can have optional argument list for a test, in .args file.Adrian Thurston2009-10-081-0/+51