directory
1.0.0
Repository: https://github.com/i-sevostyanov/nanodb.git
Documentation: pkg.go.dev

# Packages

Package ast declares the types used to represent syntax trees for the NanoDB's SQL dialect.
Package lexer implements a lexer for the NanoDB's SQL dialect.
Package parser implements a parser for the NanoDB's SQL dialect.
Package token defines constants representing the lexical tokens of the NanoDB's SQL dialect.