aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nomsu.peg3
1 files changed, 0 insertions, 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):