HackMoji

HackMoji.mapjumps โ€” Function
mapjumps(code=",.[,.,.+++[,..],--]..,")

Register the beginning and end of all loops in the HackMoji Code.

source
HackMoji.runme โ€” Function
runme(code::String = ",.", tapelen = 10000, a)

The interpreter of the HackMoji language.

Arguments:

  • code: Your HackMoji code given as a string
  • tapelen: Your HackMoji memory given as number of bytes
source