Flow Language 1.0 (Bftools branch) |
|
|
Flow is a 2-dimensional brainfuck-like language
with threads. The instruction pointer flows like
water, and splits into "threads" when there is
more than one direction in the 2D code.
License: GNU General Public License v2
Changes:
Initial release with the tools: bf2graph (converts a bf program to a graphviz dot file), bf2aa (merges ASCII art with a brainfuck program), bfgen (converts text to a program that prints the text), and bf.pl (a small and slow brainfuck interpreter in Perl).
|