summaryrefslogtreecommitdiffstats
path: root/dimension/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add a preview window written with PyQt.Tavian Barnes2011-11-041-1/+2
* Ship dimension client inside the Python package.Tavian Barnes2011-10-311-1/+11
* Put the client in bindir.Tavian Barnes2011-06-161-1/+1
* Add Python client.Tavian Barnes2011-06-161-0/+23
* Rip out old client.Tavian Barnes2011-05-151-88/+0
* Group tests and benchmarks with the corresponding source code.Tavian Barnes2011-05-151-0/+8
* Update email address.Tavian Barnes2011-03-081-1/+1
* Check for platform support for ioctl(TIOCGWINSZ).Tavian Barnes2010-11-301-0/+2
* Use quiet build and colored tests.Tavian Barnes2010-05-211-14/+14
* Fix some copyright dates.Tavian Barnes2010-05-101-1/+1
* 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
* 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