Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laurci/bf-jit
- Owner: laurci
- Created: 2024-03-07T18:36:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T14:55:14.000Z (2 months ago)
- Last Synced: 2024-11-13T15:44:30.765Z (2 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```