summaryrefslogtreecommitdiff
path: root/colm/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* declaring stable version 0.13.1 of colm and 7.0.1 of ragelAdrian Thurston2019-11-181-3/+3
* added --with-colm option for building colm parser with an external colmAdrian Thurston2019-10-151-14/+28
* colm: need to have config.h so that --enable-debug worksAdrian Thurston2019-10-111-1/+4
* the config.h file now goes to srcAdrian Thurston2019-09-091-1/+1
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-0/+127
* renamed colm dir to srcAdrian Thurston2013-06-081-111/+0
* fixed -x argument parsing (export code)colm-0.10.00.10.0Adrian Thurston2013-04-191-2/+2
* updated extra dist vars with current manifestsAdrian Thurston2013-04-191-0/+1
* program interface changesAdrian Thurston2013-04-181-2/+2
* improved naming of cons/load functionsAdrian Thurston2013-04-141-16/+16
* brought back the libcolmp and libcolmd distinction, they remain identicalAdrian Thurston2013-03-251-6/+9
* no-ignore between regions, accumulate, print_xmlAdrian Thurston2013-03-211-2/+2
* renaming of the loader files for easier access to load.{h,cc}Adrian Thurston2013-03-201-3/+3
* updated dependencies following renaming bootstrap renamingAdrian Thurston2013-03-181-2/+2
* pass the colm grammar filename to the second stage as an argumentAdrian Thurston2013-03-161-2/+2
* renamed the bootstraping loaders, removed old scanner/parser from linkAdrian Thurston2013-03-161-25/+13
* code cleanup: eliminated the bootstrap base parser, camel-cased C++ varsAdrian Thurston2013-03-121-3/+3
* can now parse the full bootstrap1 grammar in the colm parser (bootstrap2)Adrian Thurston2013-03-121-1/+1
* seems we need to use .o $(OBJEXT) instead of .o in the Makefile.amAdrian Thurston2013-03-071-4/+4
* improved the dependencies to get a one-pass makeAdrian Thurston2013-03-081-8/+9
* put some common bootstrap code into a common classAdrian Thurston2013-03-071-2/+3
* added framework for executing the final bootstraped parserAdrian Thurston2013-03-051-5/+3
* starting to walk bootstrap1 parse treeAdrian Thurston2013-03-051-1/+4
* added a Bootstrap1 parser that calls the colm program generated by bootstrap0Adrian Thurston2013-03-031-3/+3
* distinguish bootstrap modes using ifdef, separate out bootstrap parser from baseAdrian Thurston2013-03-031-6/+7
* added the second stage of the bootstrapAdrian Thurston2013-03-031-10/+25
* use a bootstrap binary to make a parser that is compiled into main colmAdrian Thurston2013-03-031-10/+24
* just one libcolm nowAdrian Thurston2013-03-021-102/+4
* moved parser bootstrap code into bootstrap.ccAdrian Thurston2013-03-011-2/+2
* moved parser support code out of lmparse and into a base classAdrian Thurston2013-03-011-1/+1
* removed the fsmrun.h header, which was emptyAdrian Thurston2013-02-091-2/+2
* removing old COLM_LOG defines and varsAdrian Thurston2012-08-241-4/+3
* add built files to the clean list if built-sources is onAdrian Thurston2012-08-011-1/+3
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+183
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-183/+0
* improvements to the ragel and colm config-time checksAdrian Thurston2012-07-011-3/+3
* cleanup: file renamingAdrian Thurston2012-05-261-3/+3
* code movementAdrian Thurston2012-05-261-1/+2
* cleanup: code movementAdrian Thurston2012-05-261-2/+2
* removed empty fsmrun.cAdrian Thurston2012-05-211-1/+1
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
* Don't print parse errors. Store them and make them available. refs #331.Adrian Thurston2011-10-311-1/+1
* Cleanup: moving structs into the proper headers, new header for program struct,Adrian Thurston2011-10-301-1/+1
* The headers that get installed are now referenced using <colm/header.h> so thatAdrian Thurston2011-10-251-18/+20
* Added an option -L for just writing the C file with no main. Intended to beAdrian Thurston2011-10-221-66/+66
* Pointer and Ref type references needed work following the recent improvementsAdrian Thurston2011-07-281-1/+1
* Some code movement.Adrian Thurston2011-06-181-1/+1
* Turning the 'analyze' pass into a type resolution pass.Adrian Thurston2011-06-051-1/+1
* Install the runtime headers.Adrian Thurston2011-06-031-1/+5
* .cpp files to .ccAdrian Thurston2011-05-261-13/+13