lightning

Generates assembly language code at run-time for dynamic compilation

brewmacoslinux
Try with needOr install directly
Source

About

Generates assembly language code at run-time

Commands

lightning

Examples

Display help information and available commands$ lightning --help
Compile a Lightning IR file to native assembly code$ lightning compile input.ir -o output.s
Generate and execute dynamic assembly code from Lightning IR$ lightning exec program.ir