1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/stdlib
É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
..
base.lua Typed swap value & type order 2023-12-28 14:30:28 +01:00
boolean.lua Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00
boot.ans Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00
checkpoint.lua Replace checkpoint system 2023-12-27 17:06:35 +01:00
closure.lua Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00
conditionals.lua First test batch and associated fixes 2023-12-28 17:03:54 +01:00
init.lua Replace persistent variable system 2023-12-27 21:25:14 +01:00
number.lua LuaJIT compatibility 2023-12-28 17:37:57 +01:00
persist.lua Replace persistent variable system 2023-12-27 21:25:14 +01:00
string.lua Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00
structures.lua Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00
tag.lua First test batch and associated fixes 2023-12-28 17:03:54 +01:00
text.lua Replace checkpoint system 2023-12-27 17:06:35 +01:00
type_check.lua Replace checkpoint system 2023-12-27 17:06:35 +01:00