mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-16 06:15:02 +01:00
parser works
This commit is contained in:
parent
2b1daa55fb
commit
2484fe1f44
7 changed files with 402 additions and 0 deletions
12
rust2/Cargo.toml
Normal file
12
rust2/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "rust2"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bumpalo = { version = "3.9.1", features = ["allocator_api"] }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.14.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue