Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pharus/brainfuck
Exploring brainfuck, starting by implementing an interpreter and then a compiler
https://github.com/pharus/brainfuck
Last synced: 2 months ago
JSON representation
Exploring brainfuck, starting by implementing an interpreter and then a compiler
- Host: GitHub
- URL: https://github.com/pharus/brainfuck
- Owner: pharus
- License: mit
- Created: 2016-05-14T16:32:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T06:47:46.000Z (over 8 years ago)
- Last Synced: 2024-04-24T16:41:20.376Z (9 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - brainfuck
README
# brainfuck
A lone game to explore brainfuck.
So far, much frustration with interpreter, hacky C translator.
Started by studying the [wiki article](https://en.wikipedia.org/wiki/Brainfuck)
### Interpreter:
- Still designing, failed attempt### Compiler
- Simple translator to C