summaryrefslogtreecommitdiff
path: root/colm/pdabuild.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Working on adding right-ignore tokens. This is broken and will take some work.Adrian Thurston2011-09-221-2/+2
* Instead of using a kid pointing at a kid for ignore lists, use the newAdrian Thurston2011-09-181-6/+9
* Experimenting with ignore items in child lists. Old style (Ignore lists in theAdrian Thurston2011-09-181-0/+1
* Pointer and Ref type references needed work following the recent improvementsAdrian Thurston2011-07-281-39/+20
* Added the alias statement and implemented it. The symbol map now maps names toAdrian Thurston2011-07-161-41/+1
* Use a list typeref for argv. Means argv_list is no longer an implicitly createdAdrian Thurston2011-07-101-0/+2
* More cleanup around LangEl declarations. Set the type in the declare function.Adrian Thurston2011-07-091-7/+14
* Repeat types now have their own map, eliminates need to lookup by name. TheAdrian Thurston2011-07-081-2/+6
* The getLangEl function split into declare and find.Adrian Thurston2011-07-071-10/+23
* KlangEl -> LangElAdrian Thurston2011-07-071-37/+37
* Some class renaming and minor cleanup.Adrian Thurston2011-07-071-1/+1
* Some code movement towards separating parsing, declaration, type resolution,Adrian Thurston2011-06-211-97/+0
* Need to collect tokens and nonterminals at parse time so we can declare theAdrian Thurston2011-06-151-2/+2
* .cpp files to .ccAdrian Thurston2011-05-261-0/+1989