# violet-compiler **Repository Path**: shewulong/violet-compiler ## Basic Information - **Project Name**: violet-compiler - **Description**: Compiler Lisp to JavaScript - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-26 - **Last Updated**: 2022-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **_Welcome to The Violet Compiler!_** --- ### Compiler Lisp to JavaScript! 将一个简单的`Lisp`程序编译为`Javascript`,通过词法分析、语法分析等一系列过程帮助学习编译原理。 ### Install ```bash pnpm install # or npm install ``` ### Tests ```bash pnpm test # or pnpm test:run ``` ---