summaryrefslogtreecommitdiff
path: root/colm/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* updated colm-pack wrapper: parse args first then switch on outputAdrian Thurston2020-01-031-7/+7
* using a wrapper script to achieve one output per runAdrian Thurston2020-01-021-30/+34
* some improvements to the --with-colm build optionAdrian Thurston2019-12-261-4/+7
* left/right-independent iterator for repeats in top-down loadsAdrian Thurston2019-12-261-1/+2
* with-colm build: need to make tar dir, added a check for the colm binAdrian Thurston2019-12-221-1/+1
* loadcolm cannot be shared by bootstrap0 and colmAdrian Thurston2019-12-151-9/+8
* build system fixesAdrian Thurston2019-12-151-8/+15
* testing left-recursive lists <* and <+ and sublists in productionsAdrian Thurston2019-12-141-1/+1
* colm: generate an archive (using makefile) when outputing multiple filesAdrian Thurston2019-12-141-22/+41
* colm: added an extra bootstrap stage, allowing transformationsAdrian Thurston2019-12-131-27/+57
* 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