Skip to content

Commit 4e2899b

Browse files
committed
docs: Note that the manual is out of date
1 parent 9b64d71 commit 4e2899b

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

doc/rust.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,17 @@ If you have suggestions to make, please try to focus them on *reductions* to
4242
the language: possible features that can be combined or omitted. We aim to
4343
keep the size and complexity of the language under control.
4444

45-
**Note on grammar:** The grammar for Rust given in this document is rough and
46-
very incomplete; only a modest number of sections have accompanying grammar
47-
rules. Formalizing the grammar accepted by the Rust parser is ongoing work,
48-
but future versions of this document will contain a complete
49-
grammar. Moreover, we hope that this grammar will be extracted and verified
50-
as LL(1) by an automated grammar-analysis tool, and further tested against the
51-
Rust sources. Preliminary versions of this automation exist, but are not yet
52-
complete.
45+
> **Note:** This manual is very out of date. The best source of Rust
46+
> documentation is currently the tutorial.
47+
48+
> **Note:** The grammar for Rust given in this document is rough and
49+
> very incomplete; only a modest number of sections have accompanying grammar
50+
> rules. Formalizing the grammar accepted by the Rust parser is ongoing work,
51+
> but future versions of this document will contain a complete
52+
> grammar. Moreover, we hope that this grammar will be extracted and verified
53+
> as LL(1) by an automated grammar-analysis tool, and further tested against the
54+
> Rust sources. Preliminary versions of this automation exist, but are not yet
55+
> complete.
5356
5457
# Notation
5558

0 commit comments

Comments
 (0)