MANIFEST			This file
Makefile.PL			Makefile generator
README				Module description
lib/SQL/Eval.pm			Perl module for deriving SQL engines
lib/SQL/Statement.pm		Perl part of the module
Statement.xs			XS part of the module
doc/sql-92.bnf			BNF grammar of ANSI SQL
doc/sql-92.unimplemented        Unimplemented parts of the above grammar
sql_data.c			C part of the module
sql_data.h
sql_op.c
sql_yacc.c
sql_yacc.h
sql_yacc.y			Bison parser
t/10base.t			Base test (loads modules)
t/20parser.t			Parser test
t/30features.t			Feature test
t/40where.t			WHERE clause evaluation test
t/50eval.t			Statement evaluation test
test.pl				Benchmark script
