Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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