SkillAgentSearch skills...

Sqlfun

Modern SQL parser using Bison (Yacc) and Flex

Install / Use

/learn @jgarzik/Sqlfun
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars92
CategoryData
Updated3mo ago
Forks36

Languages

Yacc

Security Score

82/100

Audited on Dec 21, 2025

No findings