项目作者: wojteklu

项目描述 :
A Logo interpreter written in Swift
高级语言: Swift
项目地址: git://github.com/wojteklu/logo.git
创建时间: 2017-05-07T19:36:55Z
项目社区:https://github.com/wojteklu/logo

开源协议:MIT License

下载


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.