You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
DOCUMENTATION | 1 year ago | |
LICENSE.txt | 1 year ago | |
README.md | 1 year ago | |
custom_chars.b | 1 year ago | |
hello.bbwb | 1 year ago | |
print_letter.bbwb | 1 year ago | |
to_c.py | 1 year ago | |
to_py.py | 1 year ago | |
truth_machine.bbwb | 1 year ago |
README.md
Brainfuck But With Buffer
This is a little EsoLang I made.
It's strongly inspired by brainfuck, but I've added a buffer.
- You can add and subtract only from the buffer.
- You can then "write" the buffer value to the selected cell, overwriting any existing value.
- You can "read" from the selected cell, this action will overwrite the buffer.
- You can clear the buffer
I've also implemented separated I/O commands for ASCII and integers