From 4e2899ba883c706c3ac9e3bd2fe01f8125bf28cf Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 28 Sep 2012 16:36:01 -0700 Subject: [PATCH] docs: Note that the manual is out of date --- doc/rust.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/rust.md b/doc/rust.md index 51150bb09d3c..a464c101f0e5 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -42,14 +42,17 @@ If you have suggestions to make, please try to focus them on *reductions* to the language: possible features that can be combined or omitted. We aim to keep the size and complexity of the language under control. -**Note on grammar:** The grammar for Rust given in this document is rough and -very incomplete; only a modest number of sections have accompanying grammar -rules. Formalizing the grammar accepted by the Rust parser is ongoing work, -but future versions of this document will contain a complete -grammar. Moreover, we hope that this grammar will be extracted and verified -as LL(1) by an automated grammar-analysis tool, and further tested against the -Rust sources. Preliminary versions of this automation exist, but are not yet -complete. +> **Note:** This manual is very out of date. The best source of Rust +> documentation is currently the tutorial. + +> **Note:** The grammar for Rust given in this document is rough and +> very incomplete; only a modest number of sections have accompanying grammar +> rules. Formalizing the grammar accepted by the Rust parser is ongoing work, +> but future versions of this document will contain a complete +> grammar. Moreover, we hope that this grammar will be extracted and verified +> as LL(1) by an automated grammar-analysis tool, and further tested against the +> Rust sources. Preliminary versions of this automation exist, but are not yet +> complete. # Notation