1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/parser/expression
É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
..
contextual Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00
primary Allow no expression in return 2023-12-28 13:04:53 +01:00
secondary Fix conflict between comparison & compound operators 2023-12-28 14:51:42 +01:00
comment.lua LuaJIT compatibility 2023-12-28 17:37:57 +01:00
to_ast.lua Anselme v2.0.0-alpha rewrite 2023-12-22 13:25:28 +01:00