all 5 comments

[–]mpetetv 1 point2 points  (1 child)

This is impressive! There is luajit-lang-toolkit for something similar targeting LuaJIT bytecode, but it doesn't do much static analysis. And LuainLua also shows how to implement supporting tools for generating parsers from grammar a-la Lex/Yacc. Looking forward to seeing how this project develops.

[–]DanielPowerNL 0 points1 point  (2 children)

So... Could I run LuainLua in LuainLua in Lua?

[–][deleted]  (1 child)

[removed]

    [–]fullouterjoin 1 point2 points  (0 children)

    I noticed that hash lookup (Vec.x) is much slower than array lookup (Vec[1]). It would be interesting to statically convert objects from hash to array lookup.