Add first working pipeline of parse -> ast -> instr -> render

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-06 11:03:48 +01:00
parent f5050e369e
commit 1ea15f0e49
5 changed files with 234 additions and 6 deletions

View file

@ -6,6 +6,7 @@ use serde::Serialize;
use thiserror::Error;
pub mod ast;
pub mod emit;
pub mod eval;
pub mod parser;