https://github.com/willguimont/brainfuck-excel
Brainfuck interpreter in Microsoft Excel
https://github.com/willguimont/brainfuck-excel
brainfuck brainfuck-interpreter excel microsoft-excel
Last synced: 4 months ago
JSON representation
Brainfuck interpreter in Microsoft Excel
- Host: GitHub
- URL: https://github.com/willguimont/brainfuck-excel
- Owner: willGuimont
- Created: 2021-01-02T03:32:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T15:56:56.000Z (about 4 years ago)
- Last Synced: 2025-10-08T19:05:51.743Z (8 months ago)
- Topics: brainfuck, brainfuck-interpreter, excel, microsoft-excel
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brainfuck-excel
A brainfuck interpreter in Microsoft Excel.
> Your scientists were so preoccupied with whether or not they could, they didn’t stop to think if they should.
[Try it here!](https://docs.google.com/spreadsheets/d/1jM3uDts4-NAEBKoTjXUl6loZ80uriQ5JJknW4EYtlEI/edit?usp=sharing)
## TODO
- Use other sheets to save memory and stack
- Support the `,` operator (user input)