From 264a7dedd42e27cd9e604037640cf0594b2ec46b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 19 Mar 2021 17:57:31 +0100 Subject: =?UTF-8?q?Scheduled=20maintenance=20=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New naming scheme - TextNode instead of NodeText - CallExpr instead of ExprCall - ... - Less glob imports - Removes Value::Args variant - Removes prelude - Renames Layouted to Fragment - Moves font into env - Moves shaping into layout - Moves frame into separate module --- src/syntax/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/syntax/mod.rs') diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs index 09c445b0..9426090c 100644 --- a/src/syntax/mod.rs +++ b/src/syntax/mod.rs @@ -14,4 +14,6 @@ pub use span::*; pub use token::*; /// The abstract syntax tree. +/// +/// This type can represent a full parsed document. pub type Tree = Vec; -- cgit v1.2.3