"Jet" removed from grammar
This commit is contained in:
@@ -6,7 +6,7 @@ This section informally explains the grammar notation used below.
|
|||||||
h2. Symbols and naming
|
h2. Symbols and naming
|
||||||
|
|
||||||
_Terminal symbol_ names start with an uppercase letter, e.g. *SimpleName*
|
_Terminal symbol_ names start with an uppercase letter, e.g. *SimpleName*
|
||||||
_Nonterminal symbol_ names start with lowercase letter, e.g. *jetFile*
|
_Nonterminal symbol_ names start with lowercase letter, e.g. *kotlinFile*
|
||||||
Each _production_ starts with a colon (*:*)
|
Each _production_ starts with a colon (*:*)
|
||||||
_Symbol definitions_ may have many productions and are terminated by a semicolon (*;*)
|
_Symbol definitions_ may have many productions and are terminated by a semicolon (*;*)
|
||||||
Symbol definitions may be prepended with _attributes_, e.g. {{start}} attribute denotes a start symbol
|
Symbol definitions may be prepended with _attributes_, e.g. {{start}} attribute denotes a start symbol
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ h1. Syntax
|
|||||||
|
|
||||||
|
|
||||||
[start]
|
[start]
|
||||||
jetFile
|
kotlinFile
|
||||||
: preamble toplevelObject*
|
: preamble toplevelObject*
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user