8 个版本 (重大更新)
0.9.1 | 2023年7月18日 |
---|---|
0.8.0 | 2021年9月18日 |
0.7.0 | 2021年7月25日 |
0.6.0 | 2021年7月19日 |
0.0.4 |
|
编程语言分类下排名 725
每月下载量 26 次
文件大小 68KB
1.5K SLoC
monkey-rust
这是用 Rust 编写的 Monkey 编程语言解释器
什么是 Monkey?
Monkey 使用类似于 C 的语法,支持 变量绑定、前缀 和 中缀运算符,有 一等 和 高阶函数,可以轻松处理 闭包,并内置了 整数、布尔值、数组 和 哈希表。
官方网站:[https://monkeylang.org/](https://monkeylang.org/)。它有各种实现语言:)
有一本书介绍了如何编写解释器:[Writing An Interpreter In Go](https://interpreterbook.com/#the-monkey-programming-language)。Monkey 编程语言就是从这里来的。
依赖项
约 0.8–1.6MB
约 36K SLoC