Skip to content

Commit 7f83d68

Browse files
committed
Even more review changes
1 parent edddf9f commit 7f83d68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/chalk-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ extend.
3737
Chalk is designed to be incorporated with the Rust compiler, so the syntax and
3838
concepts it deals with heavily borrow from Rust. It is convenient for the sake
3939
of testing to be able to run chalk on its own, so chalk includes a parser for a
40-
Rust-like syntax.
40+
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.
4142

4243
The parser takes that syntax and produces an [Abstract Syntax Tree (AST)][ast].
4344
You can find the [complete definition of the AST][chalk-ast] in the source code.

0 commit comments

Comments
 (0)