Logo interpreter 🐢
An interpreter is a computer program that directly executes instructions written in a programming or scripting language, without previously compiling them into a machine language program.
A Logo interpreter written entirely in Swift. Curretly supports logo syntax with basic builtin commands such as forward
, back
, left
, right
. It contains playground with samples below. Have fun! 🐢
Contributing
I’d love to see your ideas for improving this! The best way to contribute is by submitting a pull request. I’ll do my best to respond to your patch as soon as possible. You can also submit a new GitHub issue if you find bugs or have questions.
Author
Wojtek Lukaszuk @wojteklu
License
This project is licensed under the terms of the MIT license. See the license file.