From 930d522fbc3ab57faa926ed85f0d35d661722402 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 27 Aug 2018 13:38:58 -0700 Subject: Bunch of miscellaneous changes. Paved the way a little bit for having different compiler domains. --- nomsu.2.peg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.2.peg') diff --git a/nomsu.2.peg b/nomsu.2.peg index 4f9c4c4..ce4d2d7 100644 --- a/nomsu.2.peg +++ b/nomsu.2.peg @@ -5,7 +5,7 @@ file: / file_chunks / empty_block) %ws* (!! .+ -> "Parse error" !!)? -shebang: "#!" (!"nomsu" [^%nl])* "nomsu" %ws+ "-V" %ws* {:version: [0-9.]+ :} [^%nl]* +shebang: {:shebang: "#!" (!"nomsu" [^%nl])* "nomsu" %ws+ "-V" %ws* {:version: [0-9.]+ :} [^%nl]* :} file_chunks (FileChunks): {:curr_indent: ' '* :} -- cgit v1.2.3