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
around line 82, i will be larger than len(expected) and throw an IndexError if there's a compiler error message.
I hacked a change like this: if i > len(expected): sys.stdout.write(char) elif char == chr(62) and expected[i] == char: char = ''
The text was updated successfully, but these errors were encountered:
around line 82, i will be larger than len(expected) and throw an IndexError if there's a compiler error message.
I hacked a change like this:
if i > len(expected): sys.stdout.write(char) elif char == chr(62) and expected[i] == char: char = ''
The text was updated successfully, but these errors were encountered: