codegen works

This commit is contained in:
nora 2022-04-15 18:32:29 +02:00
parent eda2476021
commit 2df17352d1
6 changed files with 52 additions and 53 deletions

View file

@ -7,8 +7,8 @@ use bumpalo::Bump;
use std::fmt::Display;
use std::io::{Read, Write};
mod codegen;
mod codegen_interpreter;
pub mod codegen;
pub mod codegen_interpreter;
pub mod opts;
pub mod parse;