mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-15 13:55:02 +01:00
works kind of
This commit is contained in:
parent
6bec58b802
commit
05a0937e2c
3 changed files with 10 additions and 18 deletions
|
|
@ -19,6 +19,7 @@ fn run(path: String) {
|
|||
println!("Path: {}", path);
|
||||
let program = fs::read_to_string(path).unwrap();
|
||||
let program = minify(program);
|
||||
println!("{}", program);
|
||||
|
||||
let start = SystemTime::now();
|
||||
let out = interpret(program.chars().collect());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue