From f7b9ea9ccfd8be8c2633b4d02dbc3207c2e3d354 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 10 Mar 2026 17:28:27 +0100 Subject: Remove the module declaration --- grammar | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'grammar') diff --git a/grammar b/grammar index 0bb9406..5fa2e73 100644 --- a/grammar +++ b/grammar @@ -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; -- cgit v1.2.3