bfmod 0.1.0

Brainfuck lexer and compiler library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bfmod"
version = "0.1.0"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
homepage = "https://gitlab.com/aiocat/bfmod"
description = "Brainfuck lexer and compiler library for Rust."
repository = "https://gitlab.com/aiocat/bfmod"
keywords = ["brainfuck", "bf", "lexer", "compiler"]
authors = ["aiocat@protonmail.com"]
license = "MIT"

[dependencies]