Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arn-e/bf-interpreter
brainf*ck interpreter written in C
https://github.com/arn-e/bf-interpreter
Last synced: 2 months ago
JSON representation
brainf*ck interpreter written in C
- Host: GitHub
- URL: https://github.com/arn-e/bf-interpreter
- Owner: arn-e
- Created: 2013-01-25T10:46:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-26T00:22:08.000Z (about 12 years ago)
- Last Synced: 2024-04-24T15:34:28.024Z (9 months ago)
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
- AwesomeInterpreter - bf-interpreter
README
## brainf.ck interpreter
Simple brainf.ck interpreter written in C
More info (language, specifications) :
http://en.wikipedia.org/wiki/Brainfuck
http://esolangs.org/wiki/brainfuck### Usage
Enter instruction set :
make bf_interpreter && ./bf_interpreter
Instruction Set :
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Output :Hello World!