move Expr out of parser
This commit is contained in:
parent
99be8a16c7
commit
a3d9723a36
4 changed files with 49 additions and 47 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::parser::{BinaryOp, Expr, UnaryOp};
|
||||
use crate::expr::{BinaryOp, Expr, UnaryOp};
|
||||
|
||||
pub struct Evaluator {
|
||||
ast: Expr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue