搜索资源列表
flex
- lex的文档 说明书-brochures
calculator-0.10.0b.tar
- linux project calculator application
calculator_yacc
- 使用yacc+flex实现科学计算器 包括括号,取反等。 带有寄存器 开发环境为ubuntu+yacc+flex+gcc 附有实验报告可以参考-Use of yacc+ flex to scientific calculators, including brackets, inverted and so on. Register with the development environment for ubuntu+ yacc+ flex+ gcc with a test rep
gen
- gen - actual generation writing of flex scanners.
initscan-mvs
- A lexical scanner generated by flex.
initscan
- A lexical scanner generated by flex.
ldlex
- A lexical scanner generated by flex.
lexer
- A lexical scanner generated by flex.
scan-gram
- A lexical scanner generated by flex.
scan-skel
- A lexical scanner generated by flex.
vms-code
- additional VMS-specific support code for flex.
skel
- File created from flex.skl via mkskel.sh.
yylex
- yylex - scanner front-end for flex.
Tokenizer
- This file is mostly data generated by flex. Unfortunately flex can t handle 16bit strings directly, so we just copy the part of the code we need and modify it to our needs for Linux.
compiler
- yacc和flex实现生成smallC parser tr-use yacc and flex to generate the parser tree for smallC
yang_lab2
- 通过flex和C语言程序的配合可以完成语法分析器(The syntactic parser can be accomplished through the combination of flex and C language programs)
2014220303020_yang_lab3
- 1。学习所提供的表达式语法的LR分析 了解calc1。L,calc1。Y,calc2。L,Y calc2。 在Eclipse中创建项目并试运行calc3。L,Y calc3。 2。为学习提供lrgram.txt语法 它与rdgram.txt比较 三.学习和了解makefile文件(可选) 4。写的lrgram LR解析器 (1)解析器生成AST。 野牛的规范文件:lrparser。Y Flex的规范文件:lrlex。l AST相关代码:AST和AST (2)其他功能(如主)