Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeahnotsewerside/brainfuckcompiler
Translates brainfuck into rust, then gets compiled by rustc
https://github.com/yeahnotsewerside/brainfuckcompiler
Last synced: about 10 hours ago
JSON representation
Translates brainfuck into rust, then gets compiled by rustc
- Host: GitHub
- URL: https://github.com/yeahnotsewerside/brainfuckcompiler
- Owner: YeahNotSewerSide
- License: apache-2.0
- Created: 2022-08-23T06:22:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T13:43:47.000Z (over 1 year ago)
- Last Synced: 2024-07-16T13:38:49.389Z (4 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BrainFuckCompiler
Translates brainfuck into rust, then gets compiled by rustc, so it produces pretty fast binaries.compile_brainfuck!(cmp 30000, ++>>++);