mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 23:30:21 +02:00
I've added a simple lexer to work out the correct places to add dummy code, which fixes the problem mentioned in code_prohibited. This means LuaControllers are no longer restricted to simple conditionals, but should still be safe for server owners. Furthermore, the lexer prevents accidentally matching text in strings.