https://github.com/alexmalyshev/bfin
A simple implementation of a brainfuck interpreter in C89.
https://github.com/alexmalyshev/bfin
Last synced: 6 months ago
JSON representation
A simple implementation of a brainfuck interpreter in C89.
- Host: GitHub
- URL: https://github.com/alexmalyshev/bfin
- Owner: alexmalyshev
- License: other
- Created: 2011-07-05T04:58:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-29T16:23:50.000Z (almost 13 years ago)
- Last Synced: 2024-08-03T18:18:08.472Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - bfin
README
A simple implementation (one .c file) of a brainfuck interpreter.
If no filename argument is given then the program will simply run as a
brainfuck interpreter, otherwise the program will execute the file first and
then run as an interpreter.
The one and only source file (src/bfin.c) is licensed under the terms specified
in the LICENSE file (3-clause BSD license).