boyned//Kampfkarren
boyned//Kampfkarren
It's more viable today than when this issue was first posted though
You would need to edit Cargo.toml in selene to include lua52 for full-moon
That looks right to me, though we'd need a bit more work ourselves if *we* wanted to ship that.
@JohnnyMorganz would be able to answer if the backwards incompatibilities with Lua 5.2 and Luau are problematic. There are more than zero. Ideally we want full-moon to be able to...
Work is being done in the parser (https://github.com/Kampfkarren/full-moon) to be able to support swapping out languages easier, we can't really move forward on it until that's done. No ETA but...
This still needs a full-moon update, but everything is already merged into full-moon that makes this possible thankfully. ETA could be a week or so with dedicated effort.
`.selene.toml` seems fine, but I think standard libraries should just work with putting the dot in the std name itself, we already have a bunch of weird combinatorics with them
A downside to this is that the standard library is NOT forwards compatible. Adding new fields, like `deprecated`, will break old selene versions. Needs to have a maximum supported version...
This is fixed in master, but not released yet.
Oh, wait, I see. I'll respond to this later.