https://github.com/startdusk/tinyscript
https://github.com/startdusk/tinyscript
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/startdusk/tinyscript
- Owner: startdusk
- License: mit
- Created: 2022-08-31T14:09:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T03:22:10.000Z (over 3 years ago)
- Last Synced: 2024-06-21T18:10:14.366Z (almost 2 years ago)
- Language: Go
- Size: 1.15 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinyscript
Monkey programming language from 《[Writing an interpreter in Go](https://interpreterbook.com/)》 books.
## REPL
1. Run `make start` in your terminal