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

[docs] a symbol cannot be an unstropped keyword #15963

Closed
AmjadHD opened this issue Nov 13, 2020 · 6 comments
Closed

[docs] a symbol cannot be an unstropped keyword #15963

AmjadHD opened this issue Nov 13, 2020 · 6 comments
Labels
Documentation Content Related to documentation content (not generation). Severe

Comments

@AmjadHD
Copy link
Contributor

AmjadHD commented Nov 13, 2020

image
image
image

@timotheecour
Copy link
Member

use text, not images (impossible to search images on github)

@Araq Araq added Documentation Content Related to documentation content (not generation). Severe labels Nov 14, 2020
@Araq
Copy link
Member

Araq commented Nov 14, 2020

Bug in the spec.

@AmjadHD
Copy link
Contributor Author

AmjadHD commented Nov 14, 2020

Just a note KEYW is not explicitly defined in the manual, at least add a note that KEYW denotes the list of reserved keywords. It's not clear whether it includes operators like div for example.

@metagn
Copy link
Collaborator

metagn commented Nov 14, 2020

Related, but probably doesn't need it's own issue

breakStmt = 'break' optInd expr?
continueStmt = 'break' optInd expr?

Second one should be 'continue'. expr? is correct.

@AmjadHD
Copy link
Contributor Author

AmjadHD commented Dec 15, 2020

does COMMENT mean only block comments ?

colcom = ':' COMMENT?
blockExpr = 'block' symbol? colcom stmt

block comment:

let a = block: #[Works]# 1

line comment:

let a = block: # Indentation Error
1

@metagn
Copy link
Collaborator

metagn commented May 28, 2023

This was fixed in #21655

@metagn metagn closed this as completed Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Content Related to documentation content (not generation). Severe
Projects
None yet
Development

No branches or pull requests

4 participants