summaryrefslogtreecommitdiffstats
path: root/src/lexer_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-2/+1
* reject tabs (and CRs) in input files more aggressivelyEvan Martin2012-08-021-0/+10
* add colon escapingPeter Kuemmel2012-01-291-2/+2
* make Lexer::Error not emit trailing newlineEvan Martin2012-01-051-1/+1
* allow hyphen in variable namesEvan Martin2011-12-301-1/+3
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-291-0/+85