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
2016-07-28 08:43:36 -04:00
2016-07-28 18:14:36 -04:00

An SQL parser, generated from Bison (Yacc) and Flex (Lex).

Original version - most of the work - comes from John Levine's
Flex & Bison book published by O'Reilley.

Example usage:

	$ echo "SELECT a.name,b.address FROM people ORDER BY name;" | ./sql

Description
No description provided
Readme 105 KiB
Languages
Yacc 38.5%
C 36.3%
Lex 13.8%
JavaScript 5.7%
M4 3.7%
Other 2%