diff options
Diffstat (limited to 'grammar')
| -rw-r--r-- | grammar | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ -root: module-decl top-level*; +root: top-level*; -module-decl: "module" ident ";"; top-level: def-bind ";"; def-bind: "def" decl-list "=" expr-list; |