Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to $ as the line continuation char | Evan Martin | 2011-05-27 | 1 | -5/+12 |
| | | | | | This means that backslashes are passed through without interpretation, allowing us to support Windows paths without worrying about escaping. | ||||
* | refactor let parsing, passing another test | Evan Martin | 2011-05-24 | 1 | -3/+11 |
| | |||||
* | refactor parser, check in some failing tests | Evan Martin | 2011-05-23 | 1 | -2/+20 |
| | |||||
* | drop reserved words 'build'/'rule'/'subninja'/etc. | Evan Martin | 2011-05-01 | 1 | -5/+2 |
| | | | | | | | Instead, parse them as normal words, which makes them work as paths. We instead rely on the *position* (i.e., we start a statement with a keyword and not a path) to distinguish the keyword 'build' from the file 'build'. | ||||
* | fix warnings on Mac 10.5 | Arnaud Gelas | 2011-04-30 | 1 | -0/+1 |
| | | | | structures had virtual functions but not virtual destructors | ||||
* | add doxygen-compatibile comments to most classes | Evan Martin | 2011-04-29 | 1 | -3/+7 |
| | |||||
* | include location of error in parse error messages in EvalEnv strings | Alexei Svitkine | 2011-04-26 | 1 | -1/+3 |
| | | | | | E.g. when parsing "foo = ${bar", point at the correct location of the missing curly brace. | ||||
* | add copyrights | Evan Martin | 2011-02-06 | 1 | -0/+14 |
| | |||||
* | ignore whitespace in makefiles | Evan Martin | 2011-02-04 | 1 | -2/+6 |
| | |||||
* | refactor parse error messages | Evan Martin | 2011-02-04 | 1 | -0/+2 |
| | |||||
* | allow implicit deps | Evan Martin | 2011-01-23 | 1 | -0/+1 |
| | |||||
* | add an include statement | Evan Martin | 2011-01-15 | 1 | -1/+4 |
| | |||||
* | remove vestigal builddir | Evan Martin | 2011-01-15 | 1 | -1/+0 |
| | |||||
* | immediately evaluate variables in top-level bindings | Evan Martin | 2010-12-21 | 1 | -1/+3 |
| | |||||
* | Merge remote branch 'origin/master' | Evan Martin | 2010-12-19 | 1 | -2/+2 |
|\ | |||||
| * | simplify token representation, speeding up parse | Evan Martin | 2010-12-17 | 1 | -2/+2 |
| | | |||||
* | | remove special builddir | Evan Martin | 2010-12-19 | 1 | -4/+0 |
|/ | |||||
* | move src into subdir | Evan Martin | 2010-12-05 | 1 | -0/+101 |