Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse $: | Peter Kuemmel | 2012-01-29 | 1 | -0/+20 |
* | add colon escaping | Peter Kuemmel | 2012-01-29 | 1 | -21/+31 |
* | Lexer: include leading spaces in the newline token. | Evan Jones | 2012-01-05 | 1 | -84/+90 |
* | make Lexer::Error not emit trailing newline | Evan Martin | 2012-01-05 | 1 | -1/+1 |
* | Lexer: include leading whitespace in the comment token. | Evan Jones | 2012-01-05 | 1 | -53/+63 |
* | windows: more build fixes | Scott Graham | 2012-01-04 | 1 | -0/+1 |
* | allow hyphen in variable names | Evan Martin | 2011-12-30 | 1 | -16/+24 |
* | make evalstring internals private | Evan Martin | 2011-12-30 | 1 | -6/+6 |
* | switch the core ninja parser to use re2c for the lexer | Evan Martin | 2011-12-29 | 1 | -0/+729 |