summaryrefslogtreecommitdiff
path: root/src/pdabuild.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix some spelling errorsVictor Westerhuis2021-12-061-1/+1
* correct prodNum as we combine productions to implement [...]Adrian Thurston2020-04-141-0/+1
* renamed DefList and LelDefList to the more accurate ProdList, LelProdListAdrian Thurston2020-04-121-23/+23
* making exported vars available from C codeAdrian Thurston2020-04-101-0/+30
* moved source files into commit repositoryAdrian Thurston2020-03-141-0/+2205
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-2204/+0
* reusing stream impls when parsing from 'input'Adrian Thurston2018-07-041-0/+2
* pass prg to colm_tree_upref and maintian first struct idAdrian Thurston2018-06-151-1/+8
* added stds, a list of streams, used for bare sendsAdrian Thurston2018-05-131-0/+2
* allocate a unique struct id for streamsAdrian Thurston2018-05-051-1/+3
* removed some commented-out codeAdrian Thurston2018-05-051-31/+5
* replacing the void LEL with a keyword and TYPE_VOID (non-tree)Adrian Thurston2018-05-041-10/+10
* use disjoint sets for struct and lang-el identifiersAdrian Thurston2018-05-041-1/+7
* 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-12/+8
* host adapters now have unique names are are accessed with func pointersAdrian Thurston2016-02-191-0/+36
* allow omission of location in reductionsAdrian Thurston2015-11-301-11/+11
* moved MethodMap into NameScope, converted some ptrs to objsAdrian Thurston2015-08-081-2/+2
* cleanup and simplification, generic elements and variousAdrian Thurston2015-06-131-2/+0
* some cleanup around the unified list and map genericsAdrian Thurston2015-06-081-1/+1
* large scale symbol renaming in C codecolm-barracuda-v3Adrian Thurston2015-05-221-210/+210
* more application of C naming conventionsAdrian Thurston2015-05-151-12/+12
* naming convention improvementsAdrian Thurston2015-05-151-1/+1
* improved naming, moved generated parser code to subdir genAdrian Thurston2015-05-101-33/+34
* some naming cleanupAdrian Thurston2015-05-101-4/+4
* code cleanup and some fixes for iter unwind since splitting unwind/destroyAdrian Thurston2015-05-101-3/+3
* downref find tree arg in MAP find (if tree)Adrian Thurston2015-05-021-2/+2
* work in progress on a contiguous arg space prepared by callerAdrian Thurston2015-03-281-0/+11
* implementing vlist functionsAdrian Thurston2015-02-141-10/+16
* vmap find: only upref result if it is a tree typeAdrian Thurston2015-02-141-0/+2
* cleanup of the GenericType structAdrian Thurston2015-02-131-5/+5
* work on value list and value map, can insert into vmapAdrian Thurston2015-02-131-0/+3
* first cut of value-based ints, test cases passAdrian Thurston2015-01-271-17/+17
* revert "removed GPL license file and stripped GPL headers"Adrian Thurston2015-01-231-0/+17
* removed references to TYPE_PTR whose paths are no longer hitAdrian Thurston2015-01-111-2/+2
* set the argv_el id when creating the structsAdrian Thurston2015-01-111-0/+1
* more object-semantics improvementsAdrian Thurston2015-01-101-2/+2
* removed the generic pointer from LangElAdrian Thurston2015-01-051-4/+0
* work on using embedded list element pointersAdrian Thurston2015-01-041-1/+2
* push towards embedded list elementsAdrian Thurston2015-01-041-1/+2
* cleanup in generics, using a single unique generic mapAdrian Thurston2015-01-041-1/+0
* don't allocate a constructor for parse statementsAdrian Thurston2015-01-041-18/+14
* no longer allocating a langEl to genericsAdrian Thurston2015-01-041-15/+19
* rolling over to struct type for streamAdrian Thurston2014-12-281-1/+0
* size and local trees computations for structs, global varsAdrian Thurston2014-12-251-9/+12
* converted the global object to a structAdrian Thurston2014-12-251-0/+2
* downref trees when deleting a structAdrian Thurston2014-12-201-0/+29
* added structElInfo to the runtime dataAdrian Thurston2014-12-201-0/+20
* renamed parsedata.h -> compiler.hAdrian Thurston2014-12-121-1/+1