summaryrefslogtreecommitdiffstats
path: root/src/lexer.cc
Commit message (Expand)AuthorAgeFilesLines
* Lexer: include leading spaces in the newline token.Evan Jones2012-01-051-84/+90
* make Lexer::Error not emit trailing newlineEvan Martin2012-01-051-1/+1
* Lexer: include leading whitespace in the comment token.Evan Jones2012-01-051-53/+63
* windows: more build fixesScott Graham2012-01-041-0/+1
* allow hyphen in variable namesEvan Martin2011-12-301-16/+24
* make evalstring internals privateEvan Martin2011-12-301-6/+6
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-291-0/+729