mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-16 14:25:03 +01:00
try to fix pass_cancel_left_right_add_sub
This commit is contained in:
parent
290201ab98
commit
d7fea43acf
7 changed files with 368 additions and 8 deletions
|
|
@ -9,6 +9,8 @@ edition = "2021"
|
|||
bumpalo = { version = "3.9.1", features = ["allocator_api"] }
|
||||
clap = { version = "3.1.9", features = ["derive"] }
|
||||
owo-colors = "3.3.0"
|
||||
tracing = "0.1.34"
|
||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue