salesforce/runway-compiler

Whitespace is incorrectly ignored by the parser for lexemes

cstlee opened this issue · 1 comments

The statement ifTrue seems to parse as if True when it probably should result in an error. This appears to be because the parser ignores whitespace when looking for lexemes.

oops. Idon'tusuallywritemycodethiswaysoInevernoticedtheproblem. Thanks.