Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot to lex 'translate' and 'scale'. | Tavian Barnes | 2010-04-10 | 1 | -0/+2 |
| | |||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -12/+3 |
| | | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now. | ||||
* | Implement CSG in front-end. | Tavian Barnes | 2010-04-07 | 1 | -0/+4 |
| | |||||
* | Support object identifiers. | Tavian Barnes | 2010-03-31 | 1 | -0/+1 |
| | |||||
* | Allow identifiers beginning with _. | Tavian Barnes | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | Standardise diagnostics a bit. | Tavian Barnes | 2010-03-23 | 1 | -2/+2 |
| | |||||
* | Implement most vector functions. | Tavian Barnes | 2010-03-23 | 1 | -0/+4 |
| | |||||
* | Add built-in float constants. | Tavian Barnes | 2010-03-22 | 1 | -0/+7 |
| | |||||
* | Support max() and min(). | Tavian Barnes | 2010-03-20 | 1 | -0/+2 |
| | |||||
* | Implement almost all float functions. | Tavian Barnes | 2010-03-20 | 1 | -1/+17 |
| | |||||
* | A bunch more float functions. | Tavian Barnes | 2010-03-20 | 1 | -1/+16 |
| | |||||
* | Support exp(). | Tavian Barnes | 2010-03-19 | 1 | -0/+1 |
| | |||||
* | Fix some warnings reported by clang static analysis. | Tavian Barnes | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Check for realloc() failures. | Tavian Barnes | 2010-03-12 | 1 | -0/+3 |
| | |||||
* | Check for malloc() failures. | Tavian Barnes | 2010-03-12 | 1 | -6/+9 |
| | |||||
* | Check for strdup() failures. | Tavian Barnes | 2010-03-12 | 1 | -5/+8 |
| | |||||
* | Preliminary support for global_settings. | Tavian Barnes | 2010-03-09 | 1 | -44/+47 |
| | |||||
* | Parse interiors. | Tavian Barnes | 2010-02-25 | 1 | -0/+2 |
| | |||||
* | Fix unrecognised character lexing error. | Tavian Barnes | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | Add all language directives to lexer. | Tavian Barnes | 2010-02-11 | 1 | -0/+15 |
| | |||||
* | Support spaces after the '#' in language directives. | Tavian Barnes | 2010-02-11 | 1 | -12/+12 |
| | |||||
* | Fix directives test. | Tavian Barnes | 2010-02-10 | 1 | -0/+2 |
| | |||||
* | Reject invalid language directives. | Tavian Barnes | 2010-02-09 | 1 | -0/+5 |
| | |||||
* | Support #include. | Tavian Barnes | 2010-02-09 | 1 | -0/+24 |
| | |||||
* | "Support" the #version directive. | Tavian Barnes | 2010-02-05 | 1 | -0/+1 |
| | |||||
* | Use RETURN_TOKEN() for lexing errors. | Tavian Barnes | 2010-02-04 | 1 | -1/+1 |
| | | | | | Fixes a segfault if the first token returned is an error token, and undefined behaviour otherwise. | ||||
* | Implement #while. | Tavian Barnes | 2010-02-03 | 1 | -0/+1 |
| | |||||
* | Support #ifdef and #ifndef. | Tavian Barnes | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | Skip over invalid tokens in non-taken conditionals. | Tavian Barnes | 2010-02-02 | 1 | -11/+5 |
| | |||||
* | Implement #if. | Tavian Barnes | 2010-02-02 | 1 | -0/+3 |
| | |||||
* | Implement #declare, #local, and #undef in middle tier. | Tavian Barnes | 2010-02-01 | 1 | -0/+1 |
| | | | | Oh God this is ugly... | ||||
* | Fix lexing error handling. | Tavian Barnes | 2010-01-29 | 1 | -2/+3 |
| | |||||
* | Begin middle-tier lexer. | Tavian Barnes | 2010-01-29 | 1 | -4/+6 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Silence some compiler warnings in flex-generated code. | Tavian Barnes | 2010-01-19 | 1 | -0/+5 |
| | |||||
* | Support reflective finishes. | Tavian Barnes | 2010-01-14 | 1 | -0/+2 |
| | |||||
* | Begin parsing finishes. | Tavian Barnes | 2010-01-14 | 1 | -0/+5 |
| | |||||
* | Support #declare, #local, and #undef. | Tavian Barnes | 2009-12-21 | 1 | -1/+3 |
| | |||||
* | Implement a symbol table. | Tavian Barnes | 2009-12-19 | 1 | -4/+2 |
| | |||||
* | Preliminary dmnsn_realize_string(), just in case. | Tavian Barnes | 2009-12-17 | 1 | -1/+7 |
| | |||||
* | Tokenize on-the-fly. | Tavian Barnes | 2009-12-17 | 1 | -99/+118 |
| | | | | | No more manual tokenization and parsing, giving a simpler interface. Also, this brings us closer to a dmnsn_realize_string() interface. | ||||
* | Add cameras to grammar. | Tavian Barnes | 2009-11-26 | 1 | -0/+8 |
| | |||||
* | Implement background colors. | Tavian Barnes | 2009-11-26 | 1 | -0/+1 |
| | |||||
* | Implement point lights. | Tavian Barnes | 2009-11-25 | 1 | -0/+1 |
| | |||||
* | Use the dmnsn_ prefix for flex/bison generated sources. | Tavian Barnes | 2009-11-25 | 1 | -1/+1 |
| | |||||
* | Support solid-color pigments. | Tavian Barnes | 2009-11-25 | 1 | -0/+6 |
| | |||||
* | Implement object modifiers and rotation. | Tavian Barnes | 2009-11-25 | 1 | -0/+1 |
| | |||||
* | Support vector component extraction. | Tavian Barnes | 2009-11-24 | 1 | -0/+13 |
| | |||||
* | Rename flex and bison input files. | Tavian Barnes | 2009-11-24 | 1 | -0/+291 |