summaryrefslogtreecommitdiff
path: root/src/parsetree.h
Commit message (Expand)AuthorAgeFilesLines
* allow omission of location in reductionsAdrian Thurston2015-11-301-1/+6
* split reducers into their own classAdrian Thurston2015-11-051-3/+9
* allow access to rhs elements by numberAdrian Thurston2015-11-011-0/+3
* allow multiple reducersAdrian Thurston2015-10-211-2/+9
* reduction actions: add loc reference, elim duplicate labelsAdrian Thurston2015-10-081-0/+3
* collect and emit reduction action itemsAdrian Thurston2015-10-061-7/+23
* generate the union and size parse tree according to itAdrian Thurston2015-10-051-6/+7
* load reduction nontermsAdrian Thurston2015-10-051-0/+18
* added syntax dedicated to reductionsAdrian Thurston2015-10-051-1/+3
* load reduction actions and generate a commit containing themAdrian Thurston2015-10-041-0/+39
* working on a commit that can execute reduction actionsAdrian Thurston2015-10-041-1/+3
* allow globals to be declared in namespacesAdrian Thurston2015-08-091-3/+5
* now scoping functions inside the namespaces they are declared inAdrian Thurston2015-08-091-58/+76
* moved MethodMap into NameScope, converted some ptrs to objsAdrian Thurston2015-08-081-12/+11
* more cleanup in the list and map type resolve/declareAdrian Thurston2015-06-141-0/+6
* cleanup in the list and map typesAdrian Thurston2015-06-141-17/+6
* cleanup and simplification, generic elements and variousAdrian Thurston2015-06-131-0/+3
* some cleanup around the unified list and map genericsAdrian Thurston2015-06-081-4/+4
* now creating list and map el structures in the declare passAdrian Thurston2015-06-071-9/+30
* some nameing cleanup around list and list elAdrian Thurston2015-06-061-15/+8
* replacing list and map with vlist and vmapAdrian Thurston2015-06-061-5/+11
* more of the vlist implementation .. moved all test cases to vlistAdrian Thurston2015-06-051-2/+4
* more application of C naming conventionsAdrian Thurston2015-05-151-15/+11
* naming convention improvementsAdrian Thurston2015-05-151-26/+26
* merged FsmRun and PdaRun into pda_run, eliminated typedefAdrian Thurston2015-05-101-5/+3
* code cleanup and some fixes for iter unwind since splitting unwind/destroyAdrian Thurston2015-05-101-1/+1
* added inUnwind to the iteratorsAdrian Thurston2015-05-031-0/+1
* fixed identification of tree map keys, which fixes the key downrefcolm-barracuda-v2colm-barracuda-v1Adrian Thurston2015-04-191-0/+1
* first cut of C extensionsAdrian Thurston2015-04-011-1/+4
* code cleanup and movementAdrian Thurston2015-02-151-43/+2
* need to make vlist and vmap elment structs uniqueAdrian Thurston2015-02-141-0/+44
* make it possible to iterate the values of a value list or mapAdrian Thurston2015-02-141-1/+1
* vmap find: only upref result if it is a tree typeAdrian Thurston2015-02-141-3/+5
* cleanup of the GenericType structAdrian Thurston2015-02-131-9/+11
* work on value list and value map, can insert into vmapAdrian Thurston2015-02-131-2/+24
* some code cleanup, clone removalAdrian Thurston2015-02-131-3/+1
* split IterImpl off of IterDef so we can select it at synthesis timeAdrian Thurston2015-02-121-2/+18
* added map_iter, for iterating map elementsAdrian Thurston2015-02-121-1/+2
* added a list iterator so we don't need to use while loopsAdrian Thurston2015-02-121-1/+4
* first cut of value-based ints, test cases passAdrian Thurston2015-01-271-0/+9
* require that a new parser of a context-type receive the context at new timeAdrian Thurston2015-01-241-1/+4
* eliminated the capture synthesis clonesAdrian Thurston2015-01-241-0/+2
* implemented capture for newAdrian Thurston2015-01-241-0/+11
* revert "removed GPL license file and stripped GPL headers"Adrian Thurston2015-01-231-0/+17
* can now address key in a map elementAdrian Thurston2015-01-171-1/+6
* setting the map el sizeAdrian Thurston2015-01-171-4/+3
* some work on the object-based map genericAdrian Thurston2015-01-161-0/+1
* brought back the pointer deref for reverse loadAdrian Thurston2015-01-161-0/+3
* can removed the generic derefence codeAdrian Thurston2015-01-161-4/+5
* TYPE_PTR is no longer generated anywhereAdrian Thurston2015-01-111-3/+0