Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseydudin/bf-advanced
my version of brainf#ck
https://github.com/eliseydudin/bf-advanced
Last synced: 28 days ago
JSON representation
my version of brainf#ck
- Host: GitHub
- URL: https://github.com/eliseydudin/bf-advanced
- Owner: eliseydudin
- Created: 2024-11-05T18:40:39.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T19:00:29.000Z (about 2 months ago)
- Last Synced: 2024-11-05T20:19:40.381Z (about 2 months ago)
- Language: C
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bf-advanced
in 2023 i made my own "programming language" called fkys (not explaining its name for an obvious reason :sob:). later in 2024 i deleted my github account so now the only remaining trace of fkys is [this repo](https://github.com/ognevny/fkys)in this repository im gonna try to make an llvm compiler for this language :3
# differences between this and normal brainf#ck
there are several differences between normal bf and fkys:
- instead of `.` and `,` this language has `o` and `p`
- `e` which exits the program
- `i` and `c` to switch between output modes
- `l` sets the cell's value to 125
- `n` and `s` insert a newline and a space
- `#` allows for comments