• Stars
    star
    212
  • Rank 186,093 (Top 4 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Logo interpreter written in Swift

Logo interpreter 🐢

Swift 5.0 @wojteklu

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. The language reference and very basics of how it works are described in my blog post . You can play with interpreter using created macOS app.

Furthermore repository 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.