| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This package is not in the latest version of its module.
Go to latest Published: Jul 31, 2026 License: MITThe Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Modules with tagged versions give importers more predictable builds.
When a project reaches major version v1 it is considered stable.
| 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. |
| Back | FazBrowse Home | New Git URL |