# CLisp **Repository Path**: bajdcc/CLisp ## Basic Information - **Project Name**: CLisp - **Description**: LISP解释器(C++) - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LISP解释器(C++) ## 介绍 仿lysp以及参考[jMiniLisp](https://github.com/bajdcc/jMiniLang/blob/master/src/priv/bajdcc/LALR1/interpret/module/ModuleLisp.txt)的实现。用简单的方法实现一个简单的LISP解释器。 **IDE:VS2017** ### 涉及内容 1. Cell结构的设计 2. Env的设计 3. 探索中……