mirror of
https://github.com/rm-dr/daisy
synced 2026-04-01 18:36:14 -07:00
Improved evaluator errors
This commit is contained in:
@@ -4,4 +4,9 @@ mod token;
|
||||
|
||||
pub use crate::tokens::token::Token;
|
||||
pub use crate::tokens::function::Function;
|
||||
pub use crate::tokens::operator::Operator;
|
||||
pub use crate::tokens::operator::Operator;
|
||||
|
||||
pub enum EvalError {
|
||||
BadMath,
|
||||
IncompatibleUnit
|
||||
}
|
||||
Reference in New Issue
Block a user