mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-15 22:05:02 +01:00
parser works
This commit is contained in:
parent
2b1daa55fb
commit
2484fe1f44
7 changed files with 402 additions and 0 deletions
8
rust2/src/main.rs
Normal file
8
rust2/src/main.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#![feature(allocator_api)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
||||
mod parse;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue