2024-02-22 19:05:19 +01:00
2024-02-22 19:05:19 +01:00
2024-02-12 21:07:48 +01:00
2024-02-13 18:21:30 +01:00
2019-01-04 23:19:32 -05:00
2024-02-22 19:05:19 +01:00
2016-07-28 08:43:36 -04:00
2024-02-22 19:05:19 +01:00
2019-10-08 08:25:21 -04:00

sqlfun

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

Requirements

  1. GNU Flex
  2. GNU bison
  3. GNU autotools (autoconf, automake, etc.)
  4. A C compiler

Standard GNU autotools building instructions:

$ ./autogen.sh
$ ./configure
$ make && make check
$ sudo make install
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%