Find a file
Carl Worth 38aa83560b Make the lexer reentrant (to avoid "still reachable" memory).
This allows the final program to be 100% "valgrind clean", (freeing
all memory that it allocates). This will make it much easier to ensure
that any allocation that parser actions perform are also cleaned up.
2010-05-10 11:52:29 -07:00
glcpp-lex.l Make the lexer reentrant (to avoid "still reachable" memory). 2010-05-10 11:52:29 -07:00
glcpp-parse.y Make the lexer reentrant (to avoid "still reachable" memory). 2010-05-10 11:52:29 -07:00
glcpp.c Make the lexer reentrant (to avoid "still reachable" memory). 2010-05-10 11:52:29 -07:00
Makefile Add the tiniest shell of a flex/bison-based parser. 2010-05-10 11:46:34 -07:00