summaryrefslogtreecommitdiff
path: root/src/consinit.cc
Commit message (Expand)AuthorAgeFilesLines
* renamed DefList and LelDefList to the more accurate ProdList, LelProdListAdrian Thurston2020-04-121-18/+18
* moved source files into commit repositoryAdrian Thurston2020-03-141-0/+922
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-889/+0
* pushing the trim decision to run-timeAdrian Thurston2019-05-241-1/+1
* updated Copyright yearsAdrian Thurston2018-03-041-1/+1
* added a read_reduce statement to call postfix reducerAdrian Thurston2017-07-271-1/+1
* migrated from GPLv2 to MIT licenseAdrian Thurston2016-12-131-17/+18
* an automated include convention improvement from Peter ReijndersAdrian Thurston2016-12-131-10/+2
* auto-trim in print, send and construct, disable with @Adrian Thurston2016-10-011-1/+1
* host adapters now have unique names are are accessed with func pointersAdrian Thurston2016-02-191-17/+0
* allow omission of location in reductionsAdrian Thurston2015-11-301-0/+4
* split reducers into their own classAdrian Thurston2015-11-051-2/+2
* declare lhs and rhs vars before useAdrian Thurston2015-10-071-1/+1
* generate the union and size parse tree according to itAdrian Thurston2015-10-051-1/+3
* added syntax dedicated to reductionsAdrian Thurston2015-10-051-5/+5
* load reduction actions and generate a commit containing themAdrian Thurston2015-10-041-0/+7
* sketched a grammar for reduction sectionsAdrian Thurston2015-10-041-5/+11
* now scoping functions inside the namespaces they are declared inAdrian Thurston2015-08-091-6/+9
* replacing list and map with vlist and vmapAdrian Thurston2015-06-061-5/+3
* more application of C naming conventionsAdrian Thurston2015-05-151-1/+1
* always emit the host-call functionAdrian Thurston2015-04-011-0/+5
* revert "removed GPL license file and stripped GPL headers"Adrian Thurston2015-01-231-0/+17
* push towards embedded list elementsAdrian Thurston2015-01-041-7/+25
* turning list elements into allocated objectsAdrian Thurston2015-01-041-5/+10
* some name changing context -> structAdrian Thurston2015-01-041-4/+4
* don't double free the global, add argv to parent as struct fieldAdrian Thurston2014-12-251-1/+1
* converted the global object to a structAdrian Thurston2014-12-251-0/+2
* simplification in the ObjectField structAdrian Thurston2014-12-141-1/+1
* specify the type of the ObjectField when it is createdAdrian Thurston2014-12-131-7/+14
* renamed parsedata.h -> compiler.hAdrian Thurston2014-12-121-1/+1
* use the new list2 type for argvAdrian Thurston2014-11-031-1/+1
* removed GPL license file and stripped GPL headersAdrian Thurston2014-10-221-17/+0
* added parse_tree for sending constructed trees (orig parse behaviour)Adrian Thurston2014-07-061-1/+1
* added wrapper function for current namespaceAdrian Thurston2014-01-061-11/+11
* added function for the current contextAdrian Thurston2014-01-061-4/+4
* moved curLocalFrame into the parser classAdrian Thurston2014-01-051-3/+3
* store current context in var refAdrian Thurston2014-01-011-3/+3
* use rootScope instead of curScope in initial parser cons and loadAdrian Thurston2013-12-311-3/+3
* renamed ObjectDef::scope to curScopeAdrian Thurston2013-12-311-3/+3
* pass the current scope to VarRef consAdrian Thurston2013-12-311-3/+5
* use Form as name for AST node types in QualItemAdrian Thurston2013-12-311-1/+1
* renamed colm dir to srcAdrian Thurston2013-06-081-0/+854