pegn-spec icon indicating copy to clipboard operation
pegn-spec copied to clipboard

Add <=foo ... > !foo syntax

Open rwxrob opened this issue 2 years ago • 0 comments

Now that code generation is not the primary goal, we can support other rhetorical clarifications in the specification grammar itself, such as capture variables that have scope only for that given rule. As such we can specify things like the problematic fenced code opening tag variations of Markdown.

~~~some
~~~~another
...
~~~~
~~~
Fenced <-- <:tok '~'{3,8} SP? > !tok ClassName tok

rwxrob avatar Nov 05 '22 01:11 rwxrob