"Jet" removed from grammar

This commit is contained in:
Andrey Breslav
2011-07-14 18:42:22 +04:00
parent 3ead58dc78
commit 9cf7a21a3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ This section informally explains the grammar notation used below.
h2. Symbols and naming
_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 (*:*)
_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
+1 -1
View File
@@ -6,7 +6,7 @@ h1. Syntax
[start]
jetFile
kotlinFile
: preamble toplevelObject*
;