https://github.com/disjukr/ffffuuuu
The brainfuck interpreter written in Haxe
https://github.com/disjukr/ffffuuuu
Last synced: 2 months ago
JSON representation
The brainfuck interpreter written in Haxe
- Host: GitHub
- URL: https://github.com/disjukr/ffffuuuu
- Owner: disjukr
- Created: 2013-04-09T16:03:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-21T19:58:21.000Z (about 12 years ago)
- Last Synced: 2025-01-26T15:24:07.837Z (4 months ago)
- Language: Haxe
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FFFFUUUU
========
The [brainfuck](http://esolangs.org/wiki/Brainfuck) interpreter which supports
[self-modifying](http://esolangs.org/wiki/Self-modifying_Brainfuck) and
[extended vocabulary](http://esolangs.org/wiki/Extended_Brainfuck).Usage
-----Standard input:
$ ffffuuuu -c ",."
> a
aSelf-modifying:
$ ffffuuuu -s -c "Self-modifying brainfuck's quine: <[<]>[.>]"
Self-modifying brainfuck's quine: <[<]>[.>]