s-expressionists / wscl

Sources of the "Well Specified Common Lisp" specification which is based on the final draft of the Common Lisp standard but is not a new Common Lisp standard.
https://s-expressionists.github.io/wscl/
Other
38 stars 4 forks source link

BNF for RESTART-CASE and RESTART-BIND #30

Open scymtym opened 1 year ago

scymtym commented 1 year ago

The BNF for restart-case contains restart-case restartable-form {↓clause} → {result}* which should probably be {↓clause}* instead. This depends on the semantics of {} in the extended BNF language (see #29).

Same situation with restart-bind as noticed in #commonlisp.

A WSCL issue should be written, but I don't have the time right now.