https://github.com/64/bfit
Fast brainfuck interpreter written in idiomatic Rust
https://github.com/64/bfit
brainfuck
Last synced: about 2 months ago
JSON representation
Fast brainfuck interpreter written in idiomatic Rust
- Host: GitHub
- URL: https://github.com/64/bfit
- Owner: 64
- License: gpl-3.0
- Created: 2019-05-26T01:05:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T00:21:35.000Z (over 6 years ago)
- Last Synced: 2025-03-02T15:31:05.409Z (over 1 year ago)
- Topics: brainfuck
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rust Brainfuck Interpreter
Simple and fast brainfuck interpreter written in Rust. Designed to show that idiomatic safe rust code can produce highly optimised binaries.
Brainfuck source code is passed directly as the first argument to the program.
License is GPLv3. Suggestions and pull requests welcome.