https://github.com/krvajal/monkey
https://github.com/krvajal/monkey
interpreter lexer monkey parser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krvajal/monkey
- Owner: krvajal
- Created: 2020-03-29T09:18:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T19:32:20.000Z (about 5 years ago)
- Last Synced: 2025-03-28T16:21:21.831Z (about 1 year ago)
- Topics: interpreter, lexer, monkey, parser
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monkey
Implementation of the monkey programming language in Python