summaryrefslogtreecommitdiff
path: root/colm/lmscan.h
Commit message (Collapse)AuthorAgeFilesLines
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-0/+104
|
* renamed colm dir to srcAdrian Thurston2013-06-081-103/+0
| | | | | | Renamed 'colm' dir to 'src'. To allow colm to work out of the installed location or the source tree, while the installed includes reference <colm/include.h>, a symlink to '..' is placed at src/include/colm.
* distinguish bootstrap modes using ifdef, separate out bootstrap parser from baseAdrian Thurston2013-03-031-14/+0
|
* removed output from the scanner class, not usedAdrian Thurston2013-03-031-3/+2
|
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+118
| | | | | | | | | | | Colm includes a library component with headers installed to a private dir inside include: $prefix/include/colm. We need our headers to reference each other using this colm prefix. This needs to be true for compiling our source and also for compiling external programs. It is conventient to have all the source in a directory called colm and then to use -I <source-root> when building colm. We use $prefix/include when building external programs. This reverts commit 247904a84430b8c9151fa6afb68f01b60afb92c9.
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-118/+0
|
* cleanup of the mainlineAdrian Thurston2012-05-261-9/+4
| | | | | Allocating the primary processing objects in the mainline and calling them, previously had scanners allocating parser and parsers allocating parse data.
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
|
* Some name cleanup Accum -> Parser. AccumStream -> Input.Adrian Thurston2012-01-021-3/+3
|
* Some cleanup of the main function. Just initColm, initProgram, runProgram,Adrian Thurston2011-10-221-1/+1
| | | | clearProgram. refs #328.
* Copyright dates were never really kept current. Many updates/fixes.Adrian Thurston2011-05-181-1/+1
|
* Make include path checks and try to open in order. Not hooked up to -I yet.Adrian Thurston2009-09-291-1/+7
|
* Implemented the much-needed include.Adrian Thurston2009-09-041-27/+13
|
* Updated my email address. Fixed some GPL preambles: ragel -> colm.Adrian Thurston2008-11-011-1/+1
|
* Moved from private repository.Adrian Thurston2008-11-011-0/+131