summaryrefslogtreecommitdiff
path: root/src/exports.cc
Commit message (Collapse)AuthorAgeFilesLines
* renamed DefList and LelDefList to the more accurate ProdList, LelProdListAdrian Thurston2020-04-121-2/+2
|
* moved source files into commit repositoryAdrian Thurston2020-03-141-0/+260
|
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-307/+0
|
* support _IN_ _EX_ indentation in string accumulatorsAdrian Thurston2019-05-251-1/+2
|
* allow switching on production numbersAdrian Thurston2018-03-091-3/+3
| | | | | Added a form to case statements that accepts a production name instead of a pattern.
* updated Copyright yearsAdrian Thurston2018-03-041-1/+1
|
* migrated from GPLv2 to MIT licenseAdrian Thurston2016-12-131-17/+19
|
* an automated include convention improvement from Peter ReijndersAdrian Thurston2016-12-131-6/+3
|
* moved MethodMap into NameScope, converted some ptrs to objsAdrian Thurston2015-08-081-8/+8
|
* code cleanup and some fixes for iter unwind since splitting unwind/destroyAdrian Thurston2015-05-101-1/+1
|
* revert "removed GPL license file and stripped GPL headers"Adrian Thurston2015-01-231-0/+17
| | | | | | | | | | This reverts commit f04d3ede7dbb6d3edd6a9865ebf88c5e6d82f18e. Conflicts: src/codegen.cc src/ctinput.cc src/exports.cc src/fsmcodegen.cc
* some name shorteningAdrian Thurston2014-12-141-8/+8
|
* removed useOffset from Field, removed Argv field typeAdrian Thurston2014-12-141-2/+2
| | | | | The useOffset bool can be computed from the type. The argv field doesn't need to exist. Using the user field type instead.
* eliminated more of the bools from ObjectFieldAdrian Thurston2014-12-141-18/+9
|
* renamed parsedata.h -> compiler.hAdrian Thurston2014-12-121-1/+1
|
* eliminated the _ on the front of exports namesAdrian Thurston2014-11-011-1/+1
| | | | | Adding _ to the name makes it inconvenient to jump from colm code to C++ code when editing. Can't identifier search. Too unusual and unexpected.
* removed GPL license file and stripped GPL headersAdrian Thurston2014-10-221-17/+0
|
* use the verb 'resolve' for typesAdrian Thurston2014-02-011-6/+6
|
* include collect-ignore tokens in exportAdrian Thurston2014-01-191-2/+2
|
* renamed colm dir to srcAdrian Thurston2013-06-081-0/+316
| | | | | | 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-285/+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.
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-0/+285