FastVM / Web49

Web49: WebAssembly Interpeter
MIT License
324 stars 15 forks source link

add infix comments and enforce two semicolons for comments #9

Closed qgcarver closed 1 year ago

qgcarver commented 1 year ago

Infix comments such as (;0;) are treated as whitespace. Double semicolons are also now enforced, but while it will give you an error for not having two semicolons the error is not particularly helpful.

Errors seem to be in progress in general so I'm requesting commentary on how you want to handle this kind of thing.

Testing is also busted at the moment, on my machine, (including hangs and maybe memory leaks?) so I request testing from somebody who has working tests.