Skip to main content

Module ast_to_code

Module ast_to_code 

Source
Expand description

AST-to-Rust code generation visitor

This module implements the Visitor trait to transform ELO AST nodes into Rust TokenStreams that can be compiled.

Structsยง

CodegenVisitor
Visitor that generates Rust code from ELO AST