franko / luajit-lang-toolkit

A Lua bytecode compiler written in Lua itself for didactic purposes or for new language implementations
Other
655 stars 91 forks source link

Examples on How to use this as a Instructions Assembler #39

Open be-thomas opened 5 years ago

be-thomas commented 5 years ago

I need an assember which takes luajit instructions and compile to bytecode dump format

franko commented 5 years ago

Hi,

the language toolkit does this but you request is not very clear for me. Did you take the time to look at the README to see what the language toolkit does ?