summaryrefslogtreecommitdiffstats
path: root/src/lexer.in.cc
Commit message (Collapse)AuthorAgeFilesLines
* windows: more build fixesScott Graham2012-01-041-0/+1
|
* allow hyphen in variable namesEvan Martin2011-12-301-2/+2
|
* make evalstring internals privateEvan Martin2011-12-301-6/+6
|
* build fixEvan Martin2011-12-301-0/+2
|
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-291-0/+234
- Delete the old "Tokenizer" code. - Write separate tests for the lexer distinct from the parser. - Switch the parser to use the new code. - New lexer error output has file:line numbers so e.g. Emacs can jump your editor to the syntax error. - The EvalEnv ($-interpolation) code is now part of the lexer as well.