blob: f45c157acd8f645ccfdf03ab12a2cc245e066d04 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
name: brainfucked
repo: brainfucked
---
brainfucked is a brainfuck dialect that makes you manage your memory manually!
The original interpreter gives you a tape of 30,000 cells, while i only give you
as much as a pointer takes up on your system: 4 or 8 depending if your on a 32bit or 64bit system.
You can than allocate a new tape and then use that! Also brainfucked is tuing complete proven by
this amzing [proof](/blog/writeup?name=proof.md) that my friend [trimill](https://trimill.xyz) made.
|