Frixuu

Results 7 comments of Frixuu

No unmarshalling/marshalling _yet_, but I have somewhat of a working parser at . Like above, I'm just putting it out there etc. etc. :wink:

Can confirm this is still the case. (Arch Linux amd64, both Haxe 4.3.3 & nightly, both HL 1.13.0 & [master](https://github.com/HaxeFoundation/hashlink/blob/20df6529c932f7e9ab4e1c528a0321723f2d09ae/src/jit.c#L554)) Implicit conversion also triggers this: ```haxe function foo(a: hl.UI8): Int...

This PR has ballooned more than I expected, so it's time for me to give you a quick status update. What should work (as I understand it): - [x] Incoming...

Nah; if there was something I _desperately_ needed to include, I'd set the PR as draft :sweat_smile: How would you like to proceed?

One issue is that `LoopRunMode.Default` prevents users from returning from the `listen` method (param `blocking:Bool`): ```haxe function main() { new weblink.Weblink().listen(2000, false); trace("hello!"); // isn't called with this patch }...

Yes, unfortunately [the upstream grammar](https://github.com/vantreeseba/tree-sitter-haxe) this extension uses has some issues like this. I plan on replacing it soon, but I have no precise ETA on that, sorry!