|
|
||
|---|---|---|
| test | ||
| README.md | ||
| language.rkt | ||
| parser.rkt | ||
| reader.rkt | ||
| semantics.rkt | ||
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.