README.txt 767 B

123456789101112131415161718
  1. ===============================================================================
  2. BRAINFUCK AHEAGO
  3. ===============================================================================
  4. A simple lisp implementation of Brainfuck.
  5. Currently can work with simpler programs; but for now, it's still sorta
  6. fragile.
  7. > (bf-aheago:interpret #p"examples/hello_world.bf" :tape-length 5)
  8. ————————————————————————————————————————
  9. BORING STUFF
  10. ————————————————————————————————————————
  11. License is the CC0 (public domain, effectively)
  12. Author is Jaidyn Ann <jadedctrl@teknik.io>
  13. Sauce is at https://git.eunichx.us/bf-aheago.git