bfk 0.1.1

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

[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"
repository = "https://github.com/nonowarn/bfk"
version = "0.1.1"