Jonathan Lindegaard Starup
Jonathan Lindegaard Starup
Close enough at least
Always run them in `TestVerifiers` to verify the standard library Additionally run them in all tests if they are not too expensive
@magnus-madsen dicision on this? i would like it to merge the token verifier. Get some of these PR's concluded
Oh I forgot this, Ill update and fix the comments
On my pc it makes TestAll `1.7 %` slower Any feedback on this version @magnus-madsen?
Sorry, accidental commit. Should be good now @magnus-madsen
I fixed the ASTs where it was truly unused, these last ones you have to reconstruct it at relevant places - i preferred to continue working on the monomorpher stuff...
its low priority, but might as well
Ill add details to issue
Also note, the implied syntax for creating immutable structs (`new Point {x = 42, y = 12}`) breaks the current parsing logic since creating java objects are similar `new JavaThing...