better ast
This commit is contained in:
parent
95fedac802
commit
55605d2cd1
4 changed files with 292 additions and 174 deletions
|
|
@ -5,7 +5,7 @@ use logos::Logos;
|
|||
use crate::{
|
||||
language_frontend::lexer::tokens::Token, language_frontend::abstract_syntax_tree::parser::parser};
|
||||
|
||||
use crate::language_frontend::abstract_syntax_tree::ast::{eval, Expression};
|
||||
use crate::language_frontend::abstract_syntax_tree::ast::{Expr};
|
||||
|
||||
mod language_frontend;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue