diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-11 10:11:14 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-11 10:11:14 +0100 |
| commit | b1e956419d94a0c3876891b3d6a4976cc4a3ab09 (patch) | |
| tree | 20e557d9ac6145159a2480f4cd0c3c775083f394 /src/func/mod.rs | |
| parent | a75ddd2c9356da85b155f5c52fd064c15e6f81b3 (diff) | |
Re-engineer tokenization 🚿
Diffstat (limited to 'src/func/mod.rs')
| -rw-r--r-- | src/func/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index 69f28e00..01c77327 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -15,7 +15,7 @@ pub mod prelude { pub use crate::func::{Scope, ParseFunc, LayoutFunc, Command, Commands}; pub use crate::layout::prelude::*; pub use crate::syntax::{ - parse, ParseContext, ParseResult, + ParseContext, ParseResult, SyntaxTree, FuncCall, FuncArgs, PosArg, KeyArg, Expression, Ident, ExpressionKind, Spanned, Span |
