From aeceba800b9cf489291127f5b3501e6478c6ed77 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 30 May 2018 13:10:56 -0700 Subject: [PATCH] Deleted shebang rule. Comments handle it just fine. --- nomsu.peg | 3 --- 1 file changed, 3 deletions(-) diff --git a/nomsu.peg b/nomsu.peg index 0e782e9..cab5dfb 100644 --- a/nomsu.peg +++ b/nomsu.peg @@ -1,12 +1,9 @@ file: - shebang? (ignored_line %nl)* (block / action / expression)? (%nl ignored_line)* (!. / (({} (.* -> "Parse error") %userdata) => error)) -shebang: "#!" [^%nl]* (!. / %nl) - inline_block (Block): {| inline_statement (%ws* ";" %ws* inline_statement)+ |} block (Block):