You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sjbarag
added
bug
Any difference between this BrightScript implementation and RBI, or otherwise unexpected behavior
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
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
Using any capital letters in the
then
portion of anif
statement causes a parse error.The text was updated successfully, but these errors were encountered: