搜索资源列表
yufafenxiyuanma
- 用C++语言编程实现语法分析器的功能,代码完整,运行正常
cmm-py
- CMM语言的解释器和编译功能全面实现的完整代码-CMM language interpreter and compiler features the full realization of
CMMInterpreter
- cmm解释器完整代码,包含词法分析模块,语法语义分析模块,中间代码生成模块,解释执行中间重新代码模块 ,中间代码采用四元式 界面简单,方便用户重新设计界面,只需要修改对应控件绑定事件-cmm interpreter complete code, including lexical analysis module, the syntax semantic analysis module, intermediate code generation module to explain the impl
cifaPyufaPyuyi
- 这个代码包括了对PL/0语言的词法分析,语法分析,以及语义分析的功能。可以说是一个完整的pl/0编译程序。并且有详尽的代码的解释和说明。-This code includes the PL/0 language lexical analysis, syntax analysis, and semantic analysis. Can be said that a complete pl/0 compiler. And a detailed explanation of the code and
Lab3
- 预编译器 C++实现 有完整的代码 可以运行-Precompiler C++ achieve a complete code can run
PL0Compiler-C
- PL/0编译器C++/C版本 1. 测试文件必须是以testin.pl0命名的文件。 2. 成功运行测试程序后,会生成testout.txt的文件,里面包括代码、指令和运行结果。 3、First.cpp--只包含词法语法分析,Error.cpp--加入了出错处理,All.cpp--包含代码生成和解释程序,是完整编译器。-请键入文字或网站地址,或者上传文档。 取消 PL/0 biānyì qì C++/C bǎnběn 1. Cèshì wénjiàn bìxū shì yǐ
FinalExperiment
- 编译原理综合实验,内容:词法分析器,语法分析器,语气分析器,综合大实验;内附完整代码+测试文件+实验报告。-Comprehensive experimental compiler theory, content: lexical analyzer, parser, tone analyzer, Comprehensive experiments test file containing the complete code++ test report.
PL0
- 编译课设源代码,PL0编译器,完整代码,1500行,功能强大-PL0 compiler, complete code, 1500 lines, powerful
cluster-analysis
- 文件包含六个独立的Fortran程序进行聚类分析,描述和说明的完整代码-This file contains the complete code of six stand-alone Fortran programs for cluster analysis, described and illustrated in
BY
- 编译原理实验课件以及完整的实验代码,包含词法分析和语法分析的两个小实验代码。-Compiler theory and experiment courseware complete experimental code, including two small experimental code lexical analysis and parsing.
Y
- 采用flex工具进行词法分析并结合yacc工具进行语法分析生成文法编译器 进行了完整的词法、语法分析 初始源文件4个:19210216.l,19210216.y,code.h,table.h, 运行过程: 先写出词法分析*.l文件和语法分析*.y文件。 然后运行CMD,进入DOS下,将目录切换到flex和bison及源码所在目录 1、flex 19210216.l 生成lex.yy.c 2、bison -d 19210216.y 生成1921
C-interpreter-Picoc-2.1
- Picoc是google开源代码项目中看到的一个项目,其初衷貌似是要做一个在小的嵌入设备上的C解释器。它的核心代码只有3500行左右,可读性不错,虽然没有实现完整的ISO C标准,基本的C运行库还是具备了。-Picoc is a very small c interpreter.
semanticAnalysis
- 这是编译原理实验三语义分析的完整JAVA代码 可供哈威软件工程的同学作为参考-This is a complete code of semantic analysis. Students of Software Engineering at HITWH can have a look to bring you guys new ideas.(NB: Only code, no document for explaining!)
HR202L
- HR202L 完整代码、规格资料、电路图-HR202L CODE, SPEC , SCH
编译原理
- 一个完整的编译器,包含词法分析,语法分析,符号表,以及代码优化(a complete compiler)