CRFKKT is a (probably the first) chronofuck interpreter!
Currently, doesn't build a standalone JAR, but feel free to add it yourself.
To pass in a file, the first 2 arguments should be -f
and the filename respectively, for example, -f examples/cat.crfk
to run the cat example
Other arguments:
-v
: verbose mode, basically debugging, prints out the state of the interpreter before each execution-nzr
: non-zero jump on end, inverts the behavior of}
to jump if the value is not zero-eaj
: erase allows jumps, erase will not force the instruction pointer back to before time was "erased"
Examples are located in the examples directory