Maybee Rezbit
Maybee Rezbit
Sounds good, let's do it!
Notes about my contributions so far: * Using classes instead of typedefs for AST. Not sure if it matters one way or the other, but having methods would be nice?...
There's no reason both couldn't happen. The hard part is having the C# dlls be converted to a Haxe-readable format, but from there, generating `.hx` extern files OR automatic compile-time...
Ahh, true! I can see how this would become a headache 🤔 > Unfortunately, I don't remember what exactly the problem was with an approach that would emit `Nullable` only...
Haha thank you for your interest! This project still needs a bit more time before it's feature-complete enough to start benchmarking; though once it's more mature, it would be pretty...
Could you provide a minimal replication project?
> Main.hx is using CivetC.hx, but `include CivetC.h` is not present in Main.cpp the CivetC static functions are not avalible in the file, only when I add it manually. Could...
Not at the moment, want to make sure all the basic stuff is working before writing the manual bindings. Maybe use the `ue_helpers.FStringHX` class? It's a class that has all...
Whoops, sorry for recommending the `FStringHX` class before testing. It should work now, and I added a `fromString` method to convert from Haxe String into this FString class. Hopefully I'll...
Reflaxe/C# currently does not function, but these compile-time issues specifically have been resolved!