bfbackend 0.1.0

Compiler backend for brainfuck
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bfbackend"
version = "0.1.0"
edition = "2021"
authors = ["haccerman"]
license = "Apache-2.0 OR MIT"
description = "Compiler backend for brainfuck"
repository = "https://github.com/jacks0n9/bfbackend"
documentation = "https://docs.rs/bfbackend"

[dependencies]
bftextmaker = "0.2.0"
thiserror = "1.0.61"