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

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

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)