We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edddf9f commit 7f83d68Copy full SHA for 7f83d68
src/chalk-overview.md
@@ -37,7 +37,8 @@ extend.
37
Chalk is designed to be incorporated with the Rust compiler, so the syntax and
38
concepts it deals with heavily borrow from Rust. It is convenient for the sake
39
of testing to be able to run chalk on its own, so chalk includes a parser for a
40
-Rust-like syntax.
+Rust-like syntax. This syntax is orthogonal to the Rust AST and grammar. It is
41
+not intended to look exactly like it or support the exact same syntax.
42
43
The parser takes that syntax and produces an [Abstract Syntax Tree (AST)][ast].
44
You can find the [complete definition of the AST][chalk-ast] in the source code.
0 commit comments