summaryrefslogtreecommitdiff
path: root/glcpp/glcpp-lex.l
AgeCommit message (Expand)Author
2010-06-21glcpp: Set line locations in the lexer.Kenneth Graunke
2010-06-21glcpp: Add plumbing to support line locations.Kenneth Graunke
2010-06-21glcpp: Actually support #ifdef and #ifndef.Kenneth Graunke
2010-06-21glcpp: Build a reentrant parser.Kenneth Graunke
2010-06-21glcpp: Handle missing newline at EOF.Kenneth Graunke
2010-06-21glcpp: Pass #version, #extension, and #pragma directives through unchanged.Kenneth Graunke
2010-06-21glcpp: Add support for lexing from a string.Kenneth Graunke
2010-06-21Specify %option prefix="glcpp_" in the source code, not the Makefile.Kenneth Graunke
2010-06-21Merge Carl's preprocessor into the glcpp subdirectory.Kenneth Graunke