greggman/html5bytebeat

line breaks and single line comments don't work properly

Opened this issue · 1 comments

SArpnt commented

both these code snippets should act the same as t

"//",t
(`
`=="\n")?t:0

but neither do. it seems like you're running some kind of string replace to make all the code a single line.

Seems like it's for postfix, but it's applied to infix too.