Directories
¶
| Path | Synopsis |
|---|---|
|
Package ast declares the syntax tree for the SQLite SQL dialect.
|
Package ast declares the syntax tree for the SQLite SQL dialect. |
|
cmd
|
|
|
debug-parse
command
Command debug-parse parses SQL and prints the result, for working on the parser by hand.
|
Command debug-parse parses SQL and prints the result, for working on the parser by hand. |
|
difftest
command
Command difftest looks for places where meyer and SQLite disagree.
|
Command difftest looks for places where meyer and SQLite disagree. |
|
next-test
command
Command next-test picks the next corpus case to implement.
|
Command next-test picks the next corpus case to implement. |
|
regenerate-parse
command
Command regenerate-parse builds meyer's test corpus from the SQLite source tree, using a real SQLite build as the oracle.
|
Command regenerate-parse builds meyer's test corpus from the SQLite source tree, using a real SQLite build as the oracle. |
|
internal
|
|
|
dump
Package dump renders an ast.Node as a stable, human-reviewable tree.
|
Package dump renders an ast.Node as a stable, human-reviewable tree. |
|
roundtrip
Package roundtrip states meyer's round-trip property in one place.
|
Package roundtrip states meyer's round-trip property in one place. |
|
sqlitesrc
Package sqlitesrc manages the pinned SQLite release that meyer is tested against.
|
Package sqlitesrc manages the pinned SQLite release that meyer is tested against. |
|
tclextract
Package tclextract pulls literal SQL test cases out of SQLite's TCL test scripts (test/*.test in the SQLite source tree).
|
Package tclextract pulls literal SQL test cases out of SQLite's TCL test scripts (test/*.test in the SQLite source tree). |
|
testfile
Package testfile reads and writes meyer's consolidated corpus files.
|
Package testfile reads and writes meyer's consolidated corpus files. |
|
Package lexer implements SQLite's tokenizer.
|
Package lexer implements SQLite's tokenizer. |
|
Package parser implements a hand-written recursive descent parser for the SQLite SQL dialect.
|
Package parser implements a hand-written recursive descent parser for the SQLite SQL dialect. |
|
Package token defines the lexical tokens of the SQLite SQL dialect.
|
Package token defines the lexical tokens of the SQLite SQL dialect. |
Click to show internal directories.
Click to hide internal directories.