1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00
anselme/ast/abstract
Étienne Reuh Fildadut 809613ef8b LuaJIT compatibility
Spoiler alert: Anselme run ~1.5x slower in LuaJIT than Lua 5.3/5.4. I didn't expected LuaJIT to be able to optimize anything with my super performant and cache friendly AST walker interpreter, but being this much slower is kinda impressive.
2023-12-28 17:37:57 +01:00
..
AutoCall.lua Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00
Event.lua Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00
Node.lua LuaJIT compatibility 2023-12-28 17:37:57 +01:00
Overloadable.lua Custom format for Typed and dispatch refactor 2023-12-28 14:28:14 +01:00
Runtime.lua Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00