Yuescript icon indicating copy to clipboard operation
Yuescript copied to clipboard

output bytecode directly to LuaJIT

Open heavyk opened this issue 4 months ago • 1 comments

hi jin, I found something cool the other day...

https://github.com/franko/luajit-lang-toolkit

  • get tokens (needs some changes to count indentation)
  • build ast
    • output Yuescript
    • output LuaJIT bytecode and run directly in LuaJIT (as if you loaded a .lua file)

heavyk avatar Oct 12 '24 19:10 heavyk