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 2021年1月2日

编程语言分类下排名 725

每月下载量 26

MIT 许可证 MIT

文件大小 68KB
1.5K SLoC

monkey-rust

Rust Gitpod ready-to-code

这是用 Rust 编写的 Monkey 编程语言解释器

The Monkey Programming Language

什么是 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