Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Delta456/monkey_v
[WIP] Implementation of Monkey :monkey: Language in V
https://github.com/Delta456/monkey_v
interpreter language monkey monkey-language v vlang
Last synced: 3 months ago
JSON representation
[WIP] Implementation of Monkey :monkey: Language in V
- Host: GitHub
- URL: https://github.com/Delta456/monkey_v
- Owner: Delta456
- License: mit
- Created: 2019-11-30T07:14:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T09:21:32.000Z (over 4 years ago)
- Last Synced: 2024-05-01T14:52:22.166Z (6 months ago)
- Topics: interpreter, language, monkey, monkey-language, v, vlang
- Language: V
- Homepage:
- Size: 172 KB
- Stars: 37
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-v - monkey_v - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V. (Applications / Interpreters/Compilers)
README
# Monkey Interpreter in V
![CI](https://github.com/Delta456/monkey_v/workflows/CI/badge.svg?branch=dev)
Implementation of [Monkey Programming Language](https://monkeylang.org/) in [V](https://vlang.io/) from [Interpreter Book](https://interpreterbook.com/).
## Installation
**TODO**
## Usage
**TODO**
## License
License under [MIT](LICENSE.md)