Fixed treeify

This commit is contained in:
2023-04-07 11:38:16 -07:00
parent 77157925fe
commit 24a07c1af0
2 changed files with 27 additions and 18 deletions

View File

@ -10,7 +10,7 @@ pub use crate::tokens::operator::Operator;
use crate::quantity::Quantity;
/// Tokens represent logical objects in an expession.
///
///
/// Tokens starting with `Pre*` are intermediate tokens, and
/// will never show up in a fully-parsed expression tree.
#[derive(Debug)]