Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurci/bf-jit

Brainf*ck JIT compiler written in Rust
https://github.com/laurci/bf-jit

Last synced: 30 days ago
JSON representation

Brainf*ck JIT compiler written in Rust

Awesome Lists containing this project

README

        

# bf-jit

A Brainf\*ck JIT written in Rust.

## Examples

Replace `helloworld.bf` with the example filename.

```sh
cargo run --release ./examples/helloworld.bf
```

Or, if you want to see the debug output:

```sh
cargo run ./examples/helloworld.bf
```