aboutsummaryrefslogtreecommitdiff
path: root/grammars
diff options
context:
space:
mode:
Diffstat (limited to 'grammars')
-rw-r--r--grammars/bpeg.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/grammars/bpeg.bp b/grammars/bpeg.bp
index e8d7259..6cc118b 100644
--- a/grammars/bpeg.bp
+++ b/grammars/bpeg.bp
@@ -74,8 +74,4 @@ $: !.
id: "^^" / "^" / "__" / "_" / "$$" / "$" / "|" / `a-z,A-Z *`a-z,A-Z,0-9,-
-line-comment: `# .. $
-block-comment: "#("..")#" % block-comment
-
-# Note: comments are undefined by default in regular BP
-comment: block-comment / line-comment
+comment: `# .. $