Skip to content

Commit

Permalink
Update posts/inside-rust/2023-11-09-spec-vision.md
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
  • Loading branch information
m-ou-se and calebcartwright authored Nov 9, 2023
1 parent 054f9d1 commit 2fd70c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/inside-rust/2023-11-09-spec-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The prescriptive bounds can start with useful high-level guarantees (e.g. "safe

The specification should cover at least the following areas of Rust's syntax and semantics. Some parts may be inherently coupled to specific backends or target implementation techniques (e.g. inline asm).

* The grammar of Rust, specified via Backus-Naur Form (BMF) or some reasonable extension of BNF.
* The grammar of Rust, specified via Backus-Naur Form (BNF) or some reasonable extension of BNF.
* Macro expansion
* Macro-by-example (`macro_rules`) transcription; Hygiene
* `cfg` attributes
Expand Down

0 comments on commit 2fd70c7

Please sign in to comment.