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

fix(parse): Allow mixed-case then #188

Merged
merged 2 commits into from
Mar 5, 2019
Merged

fix(parse): Allow mixed-case then #188

merged 2 commits into from
Mar 5, 2019

Conversation

sjbarag
Copy link
Owner

@sjbarag sjbarag commented Mar 5, 2019

Commit a5bed11 (#186) caused a regression in the if-statement parsing code in which mixed-case thens were no longer allowed. This fixes that!

fixes #187

@sjbarag sjbarag added bug Any difference between this BrightScript implementation and RBI, or otherwise unexpected behavior lexer Affects this project's lexer (aka scanner) parser Affects this project's token parser labels Mar 5, 2019
Commit a5bed11 (#186) caused a regression in the if-statement parsing
code in which mixed-case `then`s were no longer allowed.  This fixes
that!

fixes #187
@sjbarag sjbarag merged commit 04e37b8 into master Mar 5, 2019
@sjbarag sjbarag deleted the allow-mixed-case-then branch March 5, 2019 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Any difference between this BrightScript implementation and RBI, or otherwise unexpected behavior lexer Affects this project's lexer (aka scanner) parser Affects this project's token parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Capital letters in then portion of conditional statement causes parse errors
1 participant