code generator
terminaldweller opened this issue · 2 comments
terminaldweller commented
its not gonna be realistic to write everything by hand so i'm working on yet another code generator to support different file types other than elf and wasm. luatablegen handles adding them as lua tables. the new code generator should solve the filetype problems.
terminaldweller commented
the code-generator is done(meaning the code it generates is usable). here it is:
https://github.com/bloodstalker/faultreiber
I'll check the integration with luatablegen to see whether we actually do get a truly automated process of adding file formats to bruiser.
i might decide to postpone this until i touch up the build system though since it's horribly out-of-date.
terminaldweller commented
both the codegens are operational.