pub fn generate_rust_assembler<P: AsRef<Path>>(dir: P, file: &str) -> PathBufExpand description
Generate the assembler file containing the core assembler logic; each of
the DSL-defined instructions is emitted into a Rust enum Inst.
ยงPanics
This function panics if we cannot update the file.