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

Keywords must be lower case #73

Closed
julianhyde opened this issue Oct 5, 2021 · 1 comment
Closed

Keywords must be lower case #73

julianhyde opened this issue Oct 5, 2021 · 1 comment

Comments

@julianhyde
Copy link
Collaborator

Keywords, such as if, must be lower case. The compiler should treat upper-case variants of keywords as identifiers.

There is one mixed-case keyword, the infix operator notElem.

Scientific notation may appear in either case. For example, 1e2 and 1E2 are both valid.

@julianhyde
Copy link
Collaborator Author

Fixed in 1367970.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant