Rakudo.js update - more test fixes and NativeCalls works a little
Rakudo.js now passes 74.91% of roast test (84% of the subset specified in the grant)
Recently I have been mostly fixing bugs and implementing missing bits and pieces.
For example :i and :m modifiers in regexes now work a lot better and I have added dynamic quantifiers in regexes like a /"foo" ** {rand.round}/
I have also played around with implementing stuff that's needed for NativeCall (two of the test for passing simple values back and forth work).
I plan to continue working on fixing up the failing roast tests.
Leave a comment