File: MANIFEST

package info (click to toggle)
libsql-statement-perl 0.1020-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 440 kB
  • ctags: 470
  • sloc: ansic: 2,651; yacc: 1,175; perl: 577; makefile: 38
file content (26 lines) | stat: -rw-r--r-- 823 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ChangeLog
MANIFEST			This file
MANIFEST.SKIP
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
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
t/70limit.t			Tests for the LIMIT clause
test.pl				Benchmark script