搜索资源列表
WordAnalysis
- 简单的词法分析器 词法分析的任务是:从左至右这个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的原程序改造成为单词符号穿的中间程序 该程序以类表的形式,对词语进行解析-Word Analysier
CSharpcifa
- 很不错的词法分析实验报告 编译程序的第一阶段是词法分析,为了能把输入的字符串进行扫描和分解,识别出各种类型的单词符号,我用C++语言设计了一个简单词法分析器,分析C++语言单词的子集(包括常用关键字、标识符、常数、算符、界符等)。-Very good compiler lexical analysis lab report is the first stage of lexical analysis, in order to be able to scan the input string an
language
- 比较简单易懂的词法分析器,可以拿来参考-adsfasdfasdfasdfadf
lexical-analyzer
- 词法分析器,进行简单的词法分析,输出格式为:行号 字符串 数据类型 结果为:标示符-Lexical analyzer, a simple lexical analysis, the output format is: line number string data type: identifier