Swift Packages
| Repository | Description |
|---|---|
| LispKit | Interpreter framework for Lisp-based extension and scripting languages on macOS and iOS. LispKit is based on the R7RS standard for Scheme. Its compiler generates bytecode for a virtual machine. LispKit is fully implemented in Swift 5. |
| Eval | Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime |
| slox | Swift implementation of a Lox interpreter |
| Plato | Plato is an interpreter language built using Antlr4 and Swift. Inspired by the R language. |