https://github.com/laurci/bf-jit
Brainf*ck JIT compiler written in Rust
https://github.com/laurci/bf-jit
Last synced: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T14:55:14.000Z (8 months ago)
- Last Synced: 2025-02-10T01:37:45.446Z (5 months ago)
- Language: Rust
- Size: 7.81 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
```