Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain semantics of {} in extended BNF language #29

Open
scymtym opened this issue Mar 1, 2023 · 0 comments
Open

Explain semantics of {} in extended BNF language #29

scymtym opened this issue Mar 1, 2023 · 0 comments
Labels
needs writeup A problem description that should be turned into a written-up issue

Comments

@scymtym
Copy link
Member

scymtym commented Mar 1, 2023

1.4.1.2 (Modified BNF Syntax) does not mention {} explicitly and http://www.lispworks.com/documentation/HyperSpec/Body/01_daba.htm gives the incorrect example (x [[{A}¹ | {B}¹ | C]] y) which should be (x [[A¹ | B¹ | C]] y) so the situation is a bit confusing. See https://irclog.tymoon.eu/libera/%23commonlisp?around=1677680808#1677680808.

A WSCL issue for adding an explicit discussion of {} should be create, but I don't have the time right now.

@scymtym scymtym added the needs writeup A problem description that should be turned into a written-up issue label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs writeup A problem description that should be turned into a written-up issue
Projects
None yet
Development

No branches or pull requests

1 participant