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

Using the statement separator comma should give a deprecation warning #13

Open
Botffy opened this issue Oct 12, 2019 · 0 comments
Open

Comments

@Botffy
Copy link
Owner

Botffy commented Oct 12, 2019

The original language specification allows the use of the comma as a statement separator. Since the language has a nice LL(1) grammar unaffected by line breaks, the statement separator is not neccessary, and its use should be discouraged. When encountering a statement separator comma, the compiler should emit a deprecation warning.

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

No branches or pull requests

1 participant