Skip to content

Commit 6ecbee7

Browse files
committed
---
yaml --- r: 32938 b: refs/heads/dist-snap c: 4e2899b h: refs/heads/master v: v3
1 parent 3bcbad0 commit 6ecbee7

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
10-
refs/heads/dist-snap: 9b64d71848c2121e7ceac00de24a624d63c2dad4
10+
refs/heads/dist-snap: 4e2899ba883c706c3ac9e3bd2fe01f8125bf28cf
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/dist-snap/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)