terminaldweller/mutator

Lua Table Generator

terminaldweller opened this issue · 0 comments

right now the wasm interface to bruiser has some 20-odd structures which all need to be translated into Lua tables. Since its a pain to write all that manually and I'm lazy I'm better off writing a code generator for table, similar to LLVM's tablegen. Since speed is not a concern and we will need a half-decent string library the implementation will be in python.