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
Looks like I missed some TokenKind checks when the expression gets parsed out into stages, and didn't have any test cases which would catch it. f0224e3 should fix any of these panic cases where strings are misinterpreted.
For example, following code fail with
runtime error: index out of range
:Same thing with any of the operator symbols (-, +, /, * and %)
The text was updated successfully, but these errors were encountered: