gilzoide / godot-lua-pluginscript

Godot PluginScript for the Lua language, currently based on LuaJIT's FFI
https://gilzoide.github.io/godot-lua-pluginscript/topics/README.md.html
MIT License
308 stars 21 forks source link

WIP: Added YueScript support #22

Closed bram-dingelstad closed 8 months ago

bram-dingelstad commented 2 years ago

It still needs a lot of work, but I wanted to update you on this. We've been talking on DM for a while, but this is the fruit of my labour thusfar.

Not that many changes, but it does allow the addition of a transpiled language as an addition to the project.

Some things I still need to do in order to be complete enough for merging:

I'll leave some notes at specified code locations for more elaborate explanations.