| ChangeLog | |
| MANIFEST | This file |
| MANIFEST.SKIP | |
| Makefile.PL | Makefile generator |
| README | Module description |
| lib/SQL/Eval.pm [pod] | Perl module for deriving SQL engines |
| lib/SQL/Statement.pm [pod] | Perl part of the module |
| lib/SQL/Statement/Hash.pm | Fragment of a hash based SQL engine |
| 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 |
| ppport.h | |
| 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 |
| t/60hash.t | Tests for SQL::Statement::Hash |
| test.pl | Benchmark script |