Skip to content

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

Merged
SpaceManiac merged 3 commits intoSpaceManiac:masterfrom
Cyberboss:CyberbossLearnsToRead
Apr 8, 2020
Merged

Fixes ';' in proc args causing parse failure#176
SpaceManiac merged 3 commits intoSpaceManiac:masterfrom
Cyberboss:CyberbossLearnsToRead

Conversation

@Cyberboss
Copy link
Copy Markdown
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
@Cyberboss Cyberboss force-pushed the CyberbossLearnsToRead branch from 4d43874 to 11f21d0 Compare April 7, 2020 03:12
@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