diff options
Diffstat (limited to 'src/assets/projects/03-brainfucked.md')
-rw-r--r-- | src/assets/projects/03-brainfucked.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/assets/projects/03-brainfucked.md b/src/assets/projects/03-brainfucked.md new file mode 100644 index 0000000..f45c157 --- /dev/null +++ b/src/assets/projects/03-brainfucked.md @@ -0,0 +1,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. |