This commit is contained in:
nora 2022-04-12 20:50:31 +02:00
parent 539d0e0502
commit 7b88c99039
7 changed files with 576 additions and 29 deletions

View file

@ -4,9 +4,7 @@
use bumpalo::Bump;
use std::{env, fs, process};
mod ir_interpreter;
mod opts;
mod parse;
use brainfuck::{ir_interpreter, opts, parse};
fn main() {
let Some(path) = env::args().nth(1) else {