summaryrefslogtreecommitdiff
path: root/src/ctinput.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* trying out name "Form" for abstract syntax tree typesAdrian Thurston2013-12-301-4/+4
|
* dead code removal, name name improvementsAdrian Thurston2013-12-291-3/+3
|
* some dead code removal and name improvementsAdrian Thurston2013-12-291-5/+5
|
* renamed colm dir to srcAdrian Thurston2013-06-081-0/+497
| | | | | | 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.
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-439/+0
| | | | | | | | | | | 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.
* cleanup: removed Token from PdaRunAdrian Thurston2012-07-221-2/+2
| | | | | Token is a data structure for the parser, not the collected parse tree. PdaLiteral now collects location and data.
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-0/+439