diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-12-30 19:42:47 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-12-30 19:42:47 -0800 |
| commit | ff2ef9504159665c30b16b398f1e755665353bc3 (patch) | |
| tree | 5957bff54c7f1b7619dd044cd55b22fe83f80d09 /grammars | |
| parent | bc2ddc0408e47cbc12b0f7d0c0abae943fc74b83 (diff) | |
Fully purging "bpeg" from the source
Diffstat (limited to 'grammars')
| -rw-r--r-- | grammars/bpeg.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grammars/bpeg.bp b/grammars/bpeg.bp index c7960dd..007c209 100644 --- a/grammars/bpeg.bp +++ b/grammars/bpeg.bp @@ -1,4 +1,4 @@ -# This is a file defining the BPEG grammar using BPEG syntax +# This is a file defining the BP grammar using BP syntax Grammar: __ *(Def [__`;])%__ __ ($$ / @!=(... => "Could not parse this code")) Def: @name=id _ `: __ ( @@ -78,5 +78,5 @@ 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 BPEG +# Note: comments are undefined by default in regular BP comment: block-comment / line-comment |
