Properly recover from errors

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-05 17:33:19 +01:00
parent f4e8137e17
commit b07bef7904
4 changed files with 157 additions and 120 deletions

View file

@ -6,6 +6,7 @@ use serde::Serialize;
use thiserror::Error;
pub mod parser;
pub mod eval;
#[derive(Debug, Error, Display)]
pub enum TempleError {