Simple (yet fragile) BF interpreter in lisp.

Jaidyn Levesque 4cd331815d Init 4 years ago
examples 4cd331815d Init 4 years ago
README.txt 4cd331815d Init 4 years ago
bf-aheago.asd 4cd331815d Init 4 years ago
bf-aheago.lisp 4cd331815d Init 4 years ago

README.txt

===============================================================================
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
Sauce is at https://git.eunichx.us/bf-aheago.git