Skip to content

Commit

Permalink
[docs] Fixes to the description of Plasma's grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBone committed Mar 5, 2024
1 parent a7e8d71 commit 3cbd140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plasma_ref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ The "front end" passes of Plasma compilation work as follows:

=== Parsing

Plasma's EBNF is given in prices throughout this document as concepts are
Plasma's grammar is given in pieces throughout this document as concepts are
introduced.
However the top level and some shared definitions are given here.
In this ENBF syntax I use ( and ) to denote groups and ? + and * to denote
optional, one or more, and zero or more.
In the grammar definitions I use ( and ) to denote groups and ? + and * to
denote optional, one or more, and zero or more.

----
Plasma := ModuleDecl ToplevelItem*
Expand Down

0 comments on commit 3cbd140

Please sign in to comment.