summaryrefslogtreecommitdiff
path: root/colm/parsetree.cc
Commit message (Expand)AuthorAgeFilesLines
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+1776
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-1776/+0
* flattened the reg lang name tree down to a list for regionsAdrian Thurston2012-05-291-35/+7
* only need regions in the name tree.Adrian Thurston2012-05-281-125/+0
* cleanup in token region codeAdrian Thurston2012-05-281-44/+3
* don't need labels in the regular language treeAdrian Thurston2012-05-281-29/+0
* code cleanupAdrian Thurston2012-05-281-201/+0
* code cleanupAdrian Thurston2012-05-281-10/+10
* specializing graph dicts and lists for regions and regular language defsAdrian Thurston2012-05-281-28/+75
* class name change ParseData -> CompilerAdrian Thurston2012-05-261-41/+41
* cleanup of collect-ignoreAdrian Thurston2012-05-251-3/+1
* experimenting with use of a nonterm for collecting ignores.Adrian Thurston2012-05-241-1/+3
* improvements to ignore handling in the parserAdrian Thurston2012-05-221-1/+1
* Pointers to parse trees in the pda run are now using the parse tree structsAdrian Thurston2012-05-141-2/+2
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
* Some name cleanup Accum -> Parser. AccumStream -> Input.Adrian Thurston2012-01-021-1/+1
* Allow the ending ' of single-literal strings to be omitted. The string ends atAdrian Thurston2011-08-021-1/+4
* The map type_ref is now working. This required considerable improvement to theAdrian Thurston2011-07-101-0/+46
* Repeat types now have their own map, eliminates need to lookup by name. TheAdrian Thurston2011-07-081-0/+15
* Need to collect tokens and nonterminals at parse time so we can declare theAdrian Thurston2011-06-151-7/+7
* .cpp files to .ccAdrian Thurston2011-05-261-0/+2089