summaryrefslogtreecommitdiff
path: root/colm/pdabuild.cpp
Commit message (Expand)AuthorAgeFilesLines
* .cpp files to .ccAdrian Thurston2011-05-261-1989/+0
* Copyright dates were never really kept current. Many updates/fixes.Adrian Thurston2011-05-181-1/+1
* Finished off the porting to C.Adrian Thurston2010-04-271-30/+99
* No longer using RtVector for bidings. It is only for CodeVector now.Adrian Thurston2010-04-181-4/+4
* more cleanup of function names.Adrian Thurston2010-03-281-10/+10
* Conversion of many functions from _ to camel case for consistency throughout.Adrian Thurston2010-03-271-1/+1
* The keyword 'cons' is now a synonym for 'construct'.Adrian Thurston2010-01-311-9/+10
* Started on context declarations. These are a means of encapsulating the dataAdrian Thurston2010-01-241-1/+16
* Trying a new method of storing ignores. Using two bits in flags indicate ifAdrian Thurston2009-11-291-1/+1
* Got accumulators working.Adrian Thurston2009-09-091-1/+1
* Work on accum.Adrian Thurston2009-09-091-0/+1
* LangElInfo::numCaptureAttr needs to be initialized to zero. Fixes crashesAdrian Thurston2009-04-051-0/+2
* Include captured attributes in constructor patterns and add them to theAdrian Thurston2009-03-011-0/+19
* Capture info now propagated to the runtime data. In make token, the LEL's listAdrian Thurston2009-02-281-2/+23
* Some work on unifying the marking facilities for trailing context and sub-regexAdrian Thurston2009-02-271-3/+6
* Got trailing context working. The marks are not yet shifted when the with theAdrian Thurston2009-02-271-0/+5
* Added the plus operator.Adrian Thurston2009-02-251-0/+2
* Can now set the precedence of a production as you can in bison.Adrian Thurston2009-02-221-2/+2
* implemented nonassocAdrian Thurston2009-02-221-3/+23
* Fix to last commit.Adrian Thurston2009-02-221-4/+6
* Started precedence implementation.Adrian Thurston2009-02-221-1/+63
* The getKlangEl now always creates tokens with the Unknown tpe. If it comes backAdrian Thurston2009-02-161-5/+5
* Unset action orderings are a reality due to the fact that we are using LALR(1).Adrian Thurston2009-02-151-11/+5
* A couple fixes to the last patch.Adrian Thurston2009-02-131-2/+5
* Now using a single parse table with multiple entry points, instead of multipleAdrian Thurston2009-02-131-34/+93
* In the colm-only code guard log statements with a runtime flag. In the runtimeAdrian Thurston2009-02-071-7/+7
* More on the distinction between parse trees and simple trees, though they areAdrian Thurston2008-11-221-6/+6
* Start differentiating between trees and parse trees.Adrian Thurston2008-11-221-0/+2
* Moved the fields from the Alg structure into Tree.Adrian Thurston2008-11-211-7/+7
* Added some comments for the AF_ flags. Changed AF_GENERATED to AF_TERM_DUP toAdrian Thurston2008-11-201-1/+1
* Name change: gbl -> rtd.Adrian Thurston2008-11-081-1/+1
* Reverse code is now transferred to the allReverseCode buffer after eachAdrian Thurston2008-11-071-19/+13
* Added the _notoken language element. This ignore token will be sent when aAdrian Thurston2008-11-061-2/+11
* more work on the specialization of frame code into codeWV and codeWCAdrian Thurston2008-11-051-12/+15
* Some fixes for _WV and _WC frames. Also some cleanup.Adrian Thurston2008-11-051-3/+3
* Added IN_LOAD_GLOBAL_WC for writes to globals in a commit context. Could justAdrian Thurston2008-11-051-0/+5
* 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/+1698