diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-16 10:39:09 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-16 10:39:09 -0800 |
| commit | a7e3e421dbc78ac988862a459c4077877a4ecba7 (patch) | |
| tree | 4d8c8070ef38c3e3a6e754efd4244fb4aebca8fb /grammars | |
| parent | 3f6e7c2beb512d6c3db51bfc94279f0d11e47057 (diff) | |
Deprecated #(...)# block comments
Diffstat (limited to 'grammars')
| -rw-r--r-- | grammars/bpeg.bp | 6 |
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: `# .. $ |
