parser

package
v0.0.0-...-48ad680 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2025 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Debug = false

parser.go implements the parsing logic for the SQL language. assuming an input of tokens, lexed out of a sql string, Parse recursively constructs a syntax tree using the grammar defined in grammar.bnf.

Functions

func Parse

func Parse(s string) (ast.Stmt, error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL