https://github.com/isaacvando/monkey-hs
Haskell implementation of an interpreter
https://github.com/isaacvando/monkey-hs
Last synced: 2 months ago
JSON representation
Haskell implementation of an interpreter
- Host: GitHub
- URL: https://github.com/isaacvando/monkey-hs
- Owner: isaacvando
- Created: 2023-05-28T03:42:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T20:32:25.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T03:55:32.755Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkey-hs
Haskell implementation of an interpreter following [Writing an Interpreter in Go](https://interpreterbook.com/).My hope is to accomplish this without relying heavily on external libraries and advanced (and thereby difficult to understand) language features.