summaryrefslogtreecommitdiffstats
path: root/dimension/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add -rdynamic to make backtraces more helpful().Tavian Barnes2010-02-021-0/+4
|
* Implement #declare, #local, and #undef in middle tier.Tavian Barnes2010-02-011-8/+25
| | | | Oh God this is ugly...
* Split grammar.y to allow code re-use.Tavian Barnes2010-01-291-0/+16
|
* Begin middle-tier lexer.Tavian Barnes2010-01-291-0/+1
|
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-271-1/+1
|
* Clean up parser, and make it GLR.Tavian Barnes2009-12-211-1/+2
|
* Implement a symbol table.Tavian Barnes2009-12-191-0/+1
|
* Rename flex and bison input files.Tavian Barnes2009-11-241-3/+3
|
* Begin bison implementation of parser.Tavian Barnes2009-11-231-3/+6
|
* Use flex for the tokenizer.Tavian Barnes2009-11-231-1/+1
|
* Make `dimension' output some things as it works.Tavian Barnes2009-11-201-0/+2
|
* Skeleton of parser and realizer.Tavian Barnes2009-10-291-0/+4
|
* Refactor tokenizer a bit.tavianator2009-10-291-1/+3
|
* Begin tokenizer.Tavian Barnes2009-10-261-1/+3
|
* Begin work on `dimension' client program.Tavian Barnes2009-10-261-0/+25