搜索资源列表
SimPas-parser
- SimPas词法分析器。用flex编译生成yy.lex.c,然后用vc编译生成.exe文件,附有pascal程序代码正确的和错误的各一段,以及说明。
lex.yy
- 用lex生成的c minus词法分析器,功能简单有效-With c minus generated lex lexical analyzer function is simple and effective
translatorHTML2RTF
- This a HTML to RTF translator. This translator is done in LEX and YACC. You need to pass to the translator the html file and the application will output a file formatted in rtf style according to the html you ve entered. For using: lex file.l, yacc
yy
- 编译原理 使用词法分析,语法分析将布尔表达式转换为逆波兰式-Course Design Compiler
lex.yy
- pl0语言词法分析器,可以生成分类的单词-pl0 language lexical analyzer that can generate the word classification
lex_simple
- 简单的lex编程,详细见英文描述 Running the Lex program 1. Write the Lex specifications as described above in a file, say, prog1.l 2. On moon.cse.yzu.edu.tw, do the following: flex prog1.l (Produces lex.yy.c as the output) gcc lex.yy.c -lfl (Compi