https://github.com/reshane/rbfi
rusty brainfuck interpreter
https://github.com/reshane/rbfi
Last synced: over 1 year ago
JSON representation
rusty brainfuck interpreter
- Host: GitHub
- URL: https://github.com/reshane/rbfi
- Owner: reshane
- Created: 2023-03-12T16:54:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T23:00:38.000Z (over 3 years ago)
- Last Synced: 2025-02-07T21:32:34.781Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quick start
`cargo r`
## internal representation
to see the generated instructions after output is printed, enable the `print_ir` feature flag:
`cargo r --features print_ir`