summaryrefslogtreecommitdiff
path: root/colm/colm.h
Commit message (Expand)AuthorAgeFilesLines
* make tokdata accessible by the exportsAdrian Thurston2013-05-181-0/+15
* added distinct func for setting the realmAdrian Thurston2013-04-181-4/+13
* renamed the variable holding program text+rodata to colm_objectAdrian Thurston2013-04-161-2/+2
* lowercased the C interfaceAdrian Thurston2013-04-161-38/+38
* added a function export syntax and call adapterAdrian Thurston2013-04-161-0/+1
* eliminated the second colm location structAdrian Thurston2013-04-101-0/+1
* removed colmInit from the C interface, no purposeAdrian Thurston2013-04-081-1/+0
* active realm is now stored in ProgramAdrian Thurston2013-03-291-2/+2
* the export loc() function searches for a location to returnAdrian Thurston2013-03-281-1/+1
* copying location information from the parse trees into internal structsAdrian Thurston2013-03-251-0/+2
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+55
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-55/+0
* added trim control flag to print code, auto-trimming all colm print callsAdrian Thurston2012-05-221-0/+1
* added the trim operation (^)Adrian Thurston2012-05-211-1/+0
* Eliminated notoken. The reverse execution items are collected and attached toAdrian Thurston2012-01-081-1/+1
* Added an export keyword for returning values to C++ code. Export makes a globalAdrian Thurston2011-11-011-0/+1
* More cleanup: removed prg from PdaRun. Now passed where needed (many places).Adrian Thurston2011-10-301-12/+12
* The colm.h header now contains the bare minimum for the C++ interface. Put theAdrian Thurston2011-10-291-9/+52
* The headers that get installed are now referenced using <colm/header.h> so thatAdrian Thurston2011-10-251-2/+0
* Added missing colm.h.Adrian Thurston2011-10-241-0/+13
* Some cleanup of the main function. Just initColm, initProgram, runProgram,Adrian Thurston2011-10-221-89/+0
* Moved config.h.in away to defs.h.in, need to rely on autoheader to generate it.Adrian Thurston2011-05-291-0/+1
* Copyright dates were never really kept current. Many updates/fixes.Adrian Thurston2011-05-181-1/+1
* More C porting.Adrian Thurston2010-04-151-0/+1
* Completely removed dependence on Aapl includes in the runtime library.Adrian Thurston2009-09-161-4/+0
* got graphviz output workingAdrian Thurston2009-02-081-3/+1
* Colm logging and target logging are now turned on with -v and -l. No need toAdrian Thurston2009-02-071-0/+1
* some organization improvementsAdrian Thurston2008-11-011-1/+1
* 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/+92