Deleted shebang rule. Comments handle it just fine.
This commit is contained in:
parent
f9229c5e91
commit
aeceba800b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user