Expand description
Intermediate code generation from the AST.
Enums§
- Codegen
Error - Error while generating an intermediate code from the AST.
- Parser
OrCodegen Error - Represents either a parser error or a codegen error.
Functions§
- codegen_
ast - Generates intermediate code from the AST.
- codegen_
str - Generates intermediate code for the given SQL.