# Vanila **Repository Path**: MoleSir/Vanila ## Basic Information - **Project Name**: Vanila - **Description**: 解释型编程语言 Vanila - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-18 - **Last Updated**: 2023-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp, 解释器, Vanila ## README # Vanila 基于 C++ 语言实现的 Vanila 语言解释器。 ## 当前任务 类的静态成员 全局第一层作用域存在 bug ## 实现功能 ### 基本语法 - [x] 字节码 - [x] 虚拟机 - [x] 字符串类型 - [x] 函数对象与调用 - [x] 闭包 - [x] 垃圾回收 - [x] 类 - [ ] `import` 关键字 ### 内建功能 - [x] 列表 - [x] 字典 - [x] 集合 - [ ] 读写文件 ## 参考 - [munificent/craftinginterpreters: Repository for the book "Crafting Interpreters" (github.com)](https://github.com/munificent/craftinginterpreters)