remove naive interpreter

This commit is contained in:
nora 2022-04-12 20:21:54 +02:00
parent 2d854539aa
commit 66bd69e674
5 changed files with 73 additions and 28 deletions

16
rust2/Cargo.lock generated
View file

@ -8,6 +8,14 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "brainfuck"
version = "0.1.0"
dependencies = [
"bumpalo",
"insta",
]
[[package]]
name = "bumpalo"
version = "3.9.1"
@ -105,14 +113,6 @@ dependencies = [
"proc-macro2",
]
[[package]]
name = "rust2"
version = "0.1.0"
dependencies = [
"bumpalo",
"insta",
]
[[package]]
name = "ryu"
version = "1.0.9"