mindblown 0.1.0

A brainf**k to x86 ELF compiler written in Rust meant for Linux and Windows under WSL.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.rand]
version = "0.8.5"

[dependencies.snailquote]
version = "0.3.1"

[package]
description = "A brainf**k to x86 ELF compiler written in Rust meant for Linux and Windows under WSL."
edition = "2021"
license = "MIT"
name = "mindblown"
readme = "README.md"
resolver = "2"
version = "0.1.0"
[profile.release]
lto = true
opt-level = 2
panic = "abort"