6 Commits

Author SHA1 Message Date
Jeff Garzik
379dc16c5e Add simple test suite. 2016-07-29 16:24:02 -04:00
Jeff Garzik
b3db299602 .gitignore: ignore 'Makefile' 2016-07-29 06:28:30 -04:00
Jeff Garzik
e1e9c6558c Switch to autoconf/automake/libtool.
libtool is included as future preparation for exporting a library.
2016-07-29 06:27:45 -04:00
Jeff Garzik
dfe7c6a758 Update lexer/parser header: link to book and software for ease and credit.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2009-11-14 04:32:31 -05:00
Jeff Garzik
35a5e94310 Convert lexer and parser to be reentrant ("pure lexer" and "pure parser").
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2009-11-09 02:06:10 -05:00
Jeff Garzik
62870f4575 Check in SQL lexer and parser from John Levine's _Flex & Bison_ O'Reilly book
The only changes were those needed to make the newly renamed parser build,
makefile and header file name changes.

Book URL, which describes the parser's construction (chapter 4):
	http://oreilly.com/catalog/9780596155988

Software URL: ftp://ftp.iecc.com/pub/file/flexbison.zip

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2009-11-08 17:34:31 -05:00