Expand description
SPG SQL front-end. v0.2 ships only the lexer + a minimal recursive-descent
parser for the SELECT [..] FROM [..] WHERE [..] subset.
Layers (each in its own module):
Re-exports§
pub use parser::parse_function_body;
SPG SQL front-end. v0.2 ships only the lexer + a minimal recursive-descent
parser for the SELECT [..] FROM [..] WHERE [..] subset.
Layers (each in its own module):
pub use parser::parse_function_body;