Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support #declare, #local, and #undef. | Tavian Barnes | 2009-12-21 | 1 | -157/+238 | |
| | ||||||
* | Make symbol table semantics line up with povray's. | Tavian Barnes | 2009-12-19 | 1 | -6/+65 | |
| | ||||||
* | Implement a symbol table. | Tavian Barnes | 2009-12-19 | 1 | -0/+582 | |
| | ||||||
* | Begin bison implementation of parser. | Tavian Barnes | 2009-11-23 | 1 | -803/+0 | |
| | ||||||
* | Fix parsing memory leaks, remove debug. | Tavian Barnes | 2009-11-20 | 1 | -13/+23 | |
| | ||||||
* | Evaluate arithmetic expressions during parsing when possible. | Tavian Barnes | 2009-11-20 | 1 | -19/+188 | |
| | | | | | This is needed for conditionals to work, and for declared identifiers to be evaluated only once. | |||||
* | Add file, line, and column information to astnodes. | Tavian Barnes | 2009-11-05 | 1 | -24/+29 | |
| | ||||||
* | Some much-needed comments in parse.c. | Tavian Barnes | 2009-11-05 | 1 | -5/+53 | |
| | ||||||
* | Parse arithmetic expressions. | Tavian Barnes | 2009-11-04 | 1 | -55/+236 | |
| | ||||||
* | Handle spheres. | Tavian Barnes | 2009-11-04 | 1 | -3/+48 | |
| | ||||||
* | Implement dmnsn_print_astree_sexpr(). | Tavian Barnes | 2009-10-31 | 1 | -14/+90 | |
| | ||||||
* | Initialize `i' in dmnsn_parse(). | Tavian Barnes | 2009-10-30 | 1 | -0/+1 | |
| | ||||||
* | Refactor parsing and realization a bit. | Tavian Barnes | 2009-10-30 | 1 | -5/+7 | |
| | ||||||
* | (Sort of) parse boxes. | Tavian Barnes | 2009-10-30 | 1 | -2/+229 | |
| | ||||||
* | Skeleton of parser and realizer. | Tavian Barnes | 2009-10-29 | 1 | -0/+39 | |