Properly recover from errors
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
f4e8137e17
commit
b07bef7904
4 changed files with 157 additions and 120 deletions
|
|
@ -6,6 +6,7 @@ use serde::Serialize;
|
|||
use thiserror::Error;
|
||||
|
||||
pub mod parser;
|
||||
pub mod eval;
|
||||
|
||||
#[derive(Debug, Error, Display)]
|
||||
pub enum TempleError {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue