# compiler-in-js **Repository Path**: lyly/compiler-in-js ## Basic Information - **Project Name**: compiler-in-js - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 词法分析部分 ``` javascript node ./test_lexer.js ``` ### 符号部分状态机 ![image](./img/ops.jpg) ## 语法分析 ``` javascript node ./test_simple_math.js ```