summaryrefslogtreecommitdiff
path: root/src/lexer_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-301-0/+2
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-171-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-041-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