mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-15 13:55:02 +01:00
things
This commit is contained in:
parent
539d0e0502
commit
7b88c99039
7 changed files with 576 additions and 29 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue