18 lines
770 B
Plaintext
18 lines
770 B
Plaintext
===============================================================================
|
|
BRAINFUCK AHEAGO
|
|
===============================================================================
|
|
|
|
A simple lisp implementation of Brainfuck.
|
|
Currently can work with simpler programs; but for now, it's still sorta
|
|
fragile.
|
|
|
|
> (bf-aheago:interpret #p"examples/hello_world.bf" :tape-length 5)
|
|
|
|
|
|
————————————————————————————————————————
|
|
BORING STUFF
|
|
————————————————————————————————————————
|
|
License is the CC0 (public domain, effectively)
|
|
Author is Jaidyn Ann <jadedctrl@posteo.at>
|
|
Sauce is at https://hak.xwx.moe/jadedctrl/bf-aheago
|