bfk 0.2.1

Brainfuck interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
version = "3.2.22"

[dependencies.exitcode]
version = "1.1.2"

[package]
authors = ["Yusaku Hashimoto <nonowarn@gmail.com>"]
description = "Brainfuck interpreter"
edition = "2018"
homepage = "https://github.com/nonowarn/bfk"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT"
name = "bfk"
readme = "README.md"
repository = "https://github.com/nonowarn/bfk"
version = "0.2.1"