Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 545 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 545 Bytes

lexicalparse

this is a lexicalparse about the first step of compilation procedure


这是一个关于编译原理中词法解析的一个实现,但是不是传统的字符匹配,只是找出一段java源代 码中的标识符、关键词、运算符和常量,并通过报表分别展示它们的个数,解析过程中开了四个线 程来分别解析这四个部分,报表用的是ECharts来展示

####相关的项目展示链接请点击http://liuhongsen.cc:8080/lexicalparse/