# Interpreter **Repository Path**: cs_hanweiqi/interpreter ## Basic Information - **Project Name**: Interpreter - **Description**: 学习极客时间《编译原理之美》后,想动手实现一门脚本语言;参考了B站大佬二两说的python手撸解释器后,用Cpp实现了一个简单的解释器 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-13 - **Last Updated**: 2023-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Interpreter #### 介绍 用C++动手实现一门脚本语言