https://github.com/soh-cah-toa/egghead
A GNU-compliant brainfuck interpreter.
https://github.com/soh-cah-toa/egghead
Last synced: 5 months ago
JSON representation
A GNU-compliant brainfuck interpreter.
- Host: GitHub
- URL: https://github.com/soh-cah-toa/egghead
- Owner: soh-cah-toa
- License: gpl-3.0
- Created: 2012-06-06T00:40:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T15:45:54.000Z (almost 13 years ago)
- Last Synced: 2024-08-03T18:16:36.079Z (9 months ago)
- Language: C
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- AwesomeInterpreter - egghead
README
Egghead v1.0
============Egghead is yet another brainfuck interpreter. It is named so due to the
fact that it takes a real egghead to even understand the brainfuck
language.Despite the massive plethora of already existent brainfuck interpreters and
compilers, Egghead came to be since most of them are just amusing scripts.
Egghead is meant to be a feature-rich brainfuck interpreter that is fully
GNU-compliant.Installation
============See the INSTALL file.
Reporting Bugs
==============Bugs should be reported using GitHub Issues. Simply visit
https://github.com/soh-cah-toa/egghead/issues and select "New Issue".
You will need to create a GitHub account if you don't already have one.Author
======Egghead was written by Kevin Polulak .
License
=======Egghead is released under the terms of the GNU General Public License
version 3. Please see the COPYING file for details.