shiika icon indicating copy to clipboard operation
shiika copied to clipboard

Fix parse error of in-line comment

Open yhara opened this issue 2 years ago • 0 comments

Given

p(1) # prints one                                                                
if 1 == 1
end

Got

Error: Error: unexpected token: ModIf

Expected

Prints 1

yhara avatar Aug 27 '22 06:08 yhara