https://github.com/raclettes/bfem
https://github.com/raclettes/bfem
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raclettes/bfem
- Owner: raclettes
- Created: 2023-05-22T20:01:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:40:00.000Z (about 2 years ago)
- Last Synced: 2024-11-17T10:45:52.462Z (6 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BFEM
BrainF*ck Easy Mode (BFEM) is a Rust implementation of Brainf&ck that comes with
a few new quality-of-life features, as well as compiler optimisations.It is designed to be portable, easy to use and easy to read.
All BF code is valid BFEM code, but not all BFEM code is valid BF code.