Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 555 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 555 Bytes

turtleTimeKt

Interpreter for Turtle Time esolang

To compile, run ./gradlew build

compiled file is in build/libs

launch by running java -jar turtleTime.jar [parameters] [code file]

use -h to see list of options for current interpreter

when input is required in normal mode, > appears. Entered symbols will be used within the program, including line break (whether successfully or not depends solely on turtles)

also, program crashes when you input non-rectangular code grid. This is normal, as turtleTime grids can only be rectangular.