Use custom Arc backed input

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-06 12:40:02 +01:00
parent 1ea15f0e49
commit 1ee7611981
6 changed files with 283 additions and 77 deletions

View file

@ -9,6 +9,7 @@ pub mod ast;
pub mod emit;
pub mod eval;
pub mod parser;
mod input;
#[derive(Debug, Error, Display)]
pub enum TempleError {