Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexmalyshev/bfin
A simple implementation of a brainfuck interpreter in C89.
https://github.com/alexmalyshev/bfin
Last synced: 3 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 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-29T16:23:50.000Z (almost 12 years ago)
- Last Synced: 2024-04-24T16:15:27.456Z (7 months 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).