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.
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.