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

Fixes ';' in proc args causing parse failure #176

Merged
merged 3 commits into from
Apr 8, 2020

Conversation

Cyberboss
Copy link
Contributor

Optionally allow trailing ;s after the expression in proc arguments. Emit a warning when doing so.

Added ast_tests.

Fixes #172

Optionally allow trailing `;`s after the expression in proc arguments. Emit a warning when doing so.

Fixes SpaceManiac#172
@Cyberboss Cyberboss force-pushed the CyberbossLearnsToRead branch 2 times, most recently from ce70e73 to 4d43874 Compare April 7, 2020 03:05
@SpaceManiac SpaceManiac merged commit 2b69c46 into SpaceManiac:master Apr 8, 2020
@SpaceManiac SpaceManiac added this to the suite v1.5 milestone Jul 11, 2020
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

Successfully merging this pull request may close these issues.

; in proc arguments causes a fatal parse error
2 participants