diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-13 14:36:40 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-13 14:36:40 +0100 |
| commit | dde69276d47818174c35523c8ed86b6888b6d02b (patch) | |
| tree | 68f0f56efd42f47156fddf67158cdcdcde3717b9 /src/func/mod.rs | |
| parent | 6527d31dfba78330a39e52d7772f6c8561fb23ef (diff) | |
Refactor expressions and create tuples and objects 🧮
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 01c77327..5f4918d9 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -16,7 +16,7 @@ pub mod prelude { pub use crate::layout::prelude::*; pub use crate::syntax::{ ParseContext, ParseResult, - SyntaxTree, FuncCall, FuncArgs, PosArg, KeyArg, + SyntaxTree, FuncCall, FuncArgs, Expression, Ident, ExpressionKind, Spanned, Span }; |
