nanopass-framework-racket icon indicating copy to clipboard operation
nanopass-framework-racket copied to clipboard

The documention for production-pattern-sequence

Open soegaard opened this issue 4 months ago • 0 comments

A literal ellipsis is one option for a production-pattern-squence.

In the documentation it looks like: image

Since comments are used nowhere else, I didn't register that "; literal ..." was a comment until I read the scribblings file.

How about changing it to:

production-pattern-sequence  ::= production-pattern
                                                      |    literal-ellipsis

and add below that literal-ellipsis is an ....

soegaard avatar Oct 11 '24 15:10 soegaard