This crate contains a lexer and parser for SQL that conforms with the ANSI/ISO SQL standard and other dialects. This crate is used as a foundation for SQL query engines, vendor-specific parsers, and ...
Parses a simplified language with variables, arithmetic expressions, conditionals, loops, and switch statements Builds an instruction-level intermediate representation using jumps and conditional ...