Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin bison implementation of parser. | Tavian Barnes | 2009-11-23 | 1 | -494/+2 |
| | |||||
* | Use flex for the tokenizer. | Tavian Barnes | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Make `dimension' output some things as it works. | Tavian Barnes | 2009-11-20 | 1 | -0/+5 |
| | |||||
* | Implement dmnsn_print_astree_sexpr(). | Tavian Barnes | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Correctly tokenize <=, >= and !=. | Tavian Barnes | 2009-10-29 | 1 | -4/+7 |
| | |||||
* | Support all POV-Ray keywords. | Tavian Barnes | 2009-10-29 | 1 | -2/+425 |
| | |||||
* | Rename DMNSN_T_EXCLAMATION to DMNSN_T_BANG. | tavianator | 2009-10-29 | 1 | -21/+21 |
| | |||||
* | Refactor tokenizer a bit. | tavianator | 2009-10-29 | 1 | -1/+9 |
| | |||||
* | Even more tokenizer work. | Tavian Barnes | 2009-10-29 | 1 | -14/+22 |
| | | | | | | The tokenizer is now able to tokenize all of POV-Ray 3.6's include files. It turns out that some #includes may be dynamic (ex. with #writes beforehand), so the tokenizer can't directly perform includes - the executor must do this. | ||||
* | Prefix tokens with DMNSN_T_. | Tavian Barnes | 2009-10-29 | 1 | -47/+47 |
| | |||||
* | Tokenize all language directives. | Tavian Barnes | 2009-10-29 | 1 | -1/+25 |
| | |||||
* | Store source filename in tokens, give better diagnostics. | Tavian Barnes | 2009-10-28 | 1 | -2/+3 |
| | |||||
* | Tokenize strings and language directives. | Tavian Barnes | 2009-10-28 | 1 | -0/+7 |
| | |||||
* | Tokenize keywords. | Tavian Barnes | 2009-10-28 | 1 | -0/+6 |
| | |||||
* | Tokenize identifiers. | Tavian Barnes | 2009-10-28 | 1 | -0/+3 |
| | |||||
* | Add line and column numbers to tokens. | Tavian Barnes | 2009-10-27 | 1 | -0/+3 |
| | |||||
* | Tokenize numeric values. | Tavian Barnes | 2009-10-27 | 1 | -0/+5 |
| | |||||
* | Support more symbols in tokenizer. | Tavian Barnes | 2009-10-27 | 1 | -2/+13 |
| | |||||
* | Begin tokenizer. | Tavian Barnes | 2009-10-26 | 1 | -0/+36 |