A brainf**k interpreter in racket lisp
Go to file
zongor 627ac5fe66 first commit 2022-09-03 23:32:08 -04:00
test first commit 2022-09-03 23:32:08 -04:00
README.md first commit 2022-09-03 23:32:08 -04:00
language.rkt first commit 2022-09-03 23:32:08 -04:00
parser.rkt first commit 2022-09-03 23:32:08 -04:00
reader.rkt first commit 2022-09-03 23:32:08 -04:00
semantics.rkt first commit 2022-09-03 23:32:08 -04:00

README.md

An interpreter for the Brainf**k esoteric programming language written in Racket Lisp.

This implemetation includes the ! operator which allows all following characters to be read into the input tape automatically.