summaryrefslogtreecommitdiff
path: root/colm/loadcolm.cc
Commit message (Expand)AuthorAgeFilesLines
* loadcolm cannot be shared by bootstrap0 and colmAdrian Thurston2019-12-151-2862/+2
* testing left-recursive lists <* and <+ and sublists in productionsAdrian Thurston2019-12-141-2/+13
* don't use include as a grammar definition nameAdrian Thurston2019-10-151-3/+3
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-0/+2851
* renamed colm dir to srcAdrian Thurston2013-06-081-1975/+0
* first pass at taking refs of temps for non-referencable expressionsAdrian Thurston2013-06-031-10/+18
* added a struct for call args so we can add information to each argAdrian Thurston2013-06-021-9/+9
* more conversion to prod name switches in the loaderAdrian Thurston2013-05-251-44/+61
* more use of production namesAdrian Thurston2013-05-201-46/+47
* some more use of production names, lowercased enum nameAdrian Thurston2013-05-201-62/+72
* prefix prod names with '_', use prodName to retrieve numAdrian Thurston2013-05-201-32/+32
* trying out more production labelsAdrian Thurston2013-05-191-34/+36
* added a production naming mechanism, results in enum generatedAdrian Thurston2013-05-191-36/+42
* added distinct func for setting the realmAdrian Thurston2013-04-181-2/+3
* renamed the variable holding program text+rodata to colm_objectAdrian Thurston2013-04-161-3/+3
* lowercased the C interfaceAdrian Thurston2013-04-161-7/+7
* added a function export syntax and call adapterAdrian Thurston2013-04-161-1/+7
* can now put '.' or 'eos' on the end of a send to finish a parserAdrian Thurston2013-04-141-2/+7
* improved naming of cons/load functionsAdrian Thurston2013-04-141-0/+1919
* renaming of the loader files for easier access to load.{h,cc}Adrian Thurston2013-03-201-343/+0
* improvements in lexical defs and literalsAdrian Thurston2013-03-201-8/+10
* removed references to lmparse.hAdrian Thurston2013-03-171-1/+3
* bump the global error count when there is a parse errorAdrian Thurston2013-03-161-1/+2
* pass the colm grammar filename to the second stage as an argumentAdrian Thurston2013-03-161-1/+5
* renamed the bootstraping loaders, removed old scanner/parser from linkAdrian Thurston2013-03-161-0/+334