Use custom Arc backed input
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
1ea15f0e49
commit
1ee7611981
6 changed files with 283 additions and 77 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue