rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
160 stars 46 forks source link

Error detecting compile issue in if block #33

Closed chrisdp closed 4 years ago

chrisdp commented 4 years ago

The latest version of brighterscript was failing to detect the following as a compile issue:

if key = "back" AND then
end if

Here are some other examples that it also failed to detect:

if key = "back" OR then
end if
if key = "back" MOD then
end if
TwitchBronBron commented 4 years ago

@chrisdp can you please re-test? I think this may have gotten fixed at some point, because all of these issues are showing errors for me.

image

image

image

chrisdp commented 4 years ago

I think this is good to go. Closing issue.