Add the tiniest shell of a flex/bison-based parser.
authorCarl Worth <cworth@cworth.org>
Mon, 10 May 2010 18:44:09 +0000 (11:44 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 10 May 2010 18:46:34 +0000 (11:46 -0700)
commit3a37b8701cd3e0a86fef59910b20b2af7e4573f6
tree40e6f9385abb1692c95114610693ce871c0f5b87
Add the tiniest shell of a flex/bison-based parser.

It doesn't really *do* anything yet---merlely parsing a stream of
whitespace-separated tokens, (and not interpreting them at all).
Makefile [new file with mode: 0644]
glcpp-lex.l [new file with mode: 0644]
glcpp-parse.y [new file with mode: 0644]
glcpp.c [new file with mode: 0644]