summaryrefslogtreecommitdiff
path: root/colm/exports.cc
Commit message (Expand)AuthorAgeFilesLines
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-0/+307
* renamed colm dir to srcAdrian Thurston2013-06-081-316/+0
* some more use of production names, lowercased enum nameAdrian Thurston2013-05-201-3/+3
* prefix prod names with '_', use prodName to retrieve numAdrian Thurston2013-05-201-3/+4
* added a production naming mechanism, results in enum generatedAdrian Thurston2013-05-191-2/+24
* make tokdata accessible by the exportsAdrian Thurston2013-05-181-0/+1
* added export text_ws() as a synonym to text_notrim()Adrian Thurston2013-05-181-0/+1
* program interface changesAdrian Thurston2013-04-181-2/+2
* lowercased the C interfaceAdrian Thurston2013-04-161-25/+25
* added a function export syntax and call adapterAdrian Thurston2013-04-161-1/+42
* eliminated the second colm location structAdrian Thurston2013-04-101-10/+0
* eliminated the default region and namespaceAdrian Thurston2013-04-071-2/+2
* collect-ignore property and pointers rephrased to 'zero'Adrian Thurston2013-04-071-14/+3
* pass file name to streams, set in locationAdrian Thurston2013-04-061-1/+1
* the export loc() function searches for a location to returnAdrian Thurston2013-03-281-1/+1
* copying location information from the parse trees into internal structsAdrian Thurston2013-03-251-0/+11
* removed isFullRegion, isIgnoreOnly and isTokenOnly from TokenRegionAdrian Thurston2013-02-271-1/+1
* removed checks against region data that alway evaluate to falseAdrian Thurston2013-02-271-36/+0
* eliminated ciRegion from LangEl, just go through regionSetAdrian Thurston2013-02-281-4/+4
* point to tokenDef from LangElAdrian Thurston2013-02-261-6/+18
* renamed TokenDef to TokenInstanceAdrian Thurston2013-02-231-6/+6
* ObjField -> ObjectField for consistencyAdrian Thurston2013-02-171-4/+4
* removed the fsmrun.h header, which was emptyAdrian Thurston2013-02-091-1/+0
* the RhsVal array stores a list of ProdEl pointers instead of offsetAdrian Thurston2012-08-191-2/+2
* avoid collisions between colm members and C++ impl membersAdrian Thurston2012-08-011-16/+16
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+285
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-285/+0
* code movementAdrian Thurston2012-05-261-0/+285