An open API service indexing awesome lists of open source software.

https://github.com/kitasuke/monkey-swift

"Writing An Interpreter in Go" and "Wring A Compiler in Go" in Swift
https://github.com/kitasuke/monkey-swift

Last synced: 4 months ago
JSON representation

"Writing An Interpreter in Go" and "Wring A Compiler in Go" in Swift

Awesome Lists containing this project

README

          

# monkey-swift
"Writing An Interpreter in Go" and "Wring A Compiler in Go" in Swift

- [monkey-go](https://github.com/kitasuke/monkey-go)

## REPL

1. Run `swift build` in your terminal
2. Run `swift run`

## Xcode project

Run `swift package generate-xcodeproj` to generate xcode project