effil
effil copied to clipboard
Lua 5.4 support ?
To support Lua5.4 we need to migrate from sol2 to sol3 but there is a bug in sol3 which blocks migration: https://github.com/ThePhD/sol2/issues/1424
there is a branch where I'm trying to perform migration: https://github.com/effil/effil/tree/use_sol3
@mihacooper How the migration is going?
@mihacooper any updates or is this dead?