From b1e956419d94a0c3876891b3d6a4976cc4a3ab09 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 11 Jan 2020 10:11:14 +0100 Subject: =?UTF-8?q?Re-engineer=20tokenization=20=F0=9F=9A=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/func/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/func') 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 -- cgit v1.2.3