https://github.com/marioariasc/monito
Zig impleentation of the Monkey Language
https://github.com/marioariasc/monito
Last synced: about 1 month ago
JSON representation
Zig impleentation of the Monkey Language
- Host: GitHub
- URL: https://github.com/marioariasc/monito
- Owner: MarioAriasC
- License: apache-2.0
- Created: 2021-10-02T23:58:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T04:23:34.000Z (12 months ago)
- Last Synced: 2025-03-24T11:09:50.219Z (about 1 month ago)
- Language: Zig
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monito
_WIP_
Current implementation includes:
- Lexer
- Parser
- InterpreterAn implementation of the Monkey Language in Zig
## Tests
Run the tests with:
```shell
zig build test --summary all
```