shiika
shiika copied to clipboard
Fix parse error of in-line comment
Given
p(1) # prints one
if 1 == 1
end
Got
Error: Error: unexpected token: ModIf
Expected
Prints 1