Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shurizzle/brainfuck
A simple brainfuck interpreter
https://github.com/shurizzle/brainfuck
Last synced: 25 days ago
JSON representation
A simple brainfuck interpreter
- Host: GitHub
- URL: https://github.com/shurizzle/brainfuck
- Owner: shurizzle
- Created: 2010-05-14T14:32:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T23:58:24.000Z (about 10 years ago)
- Last Synced: 2024-11-08T22:43:34.789Z (3 months ago)
- Language: C
- Homepage:
- Size: 128 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeInterpreter - brainfuck
README
It's simply a way for wasting my time.
It's a brainfuck interpreter, nothing difficult :3This version comes with an optional line comment support.
Compile with
$ make BF_COMMENT_CHAR=';'
to use semicolon as line comment.