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
- Host: GitHub
- URL: https://github.com/kitasuke/monkey-swift
- Owner: kitasuke
- License: mit
- Created: 2018-10-06T04:26:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T06:42:55.000Z (over 6 years ago)
- Last Synced: 2025-04-11T16:16:26.701Z (about 1 year ago)
- Language: Swift
- Size: 115 KB
- Stars: 32
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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