资源列表
cifafenxi
- 词法分析程序 编译原理作业 可以识别关键字整形字母分隔符 等-The lexical analyzer compiler theory operation can identify the keyword plastic letters separator
bianyiyuanli2
- 编译原理完整的实验代码,包括词法分析和语法分析,测试代码-Compiler principles of experimental code, including lexical analysis and syntax analysis, and test code
LL(1)
- LL(1) 文法 判空 求产生式 first follow select 集-LL (1) grammar sentence empty seek to produce first follow the select set
Lexical-analyzer
- 可以打开C和C++代码,将代码内容扫描到分析其中,进行词法分析-Can open C and C++ code, scan the contents of the code to analyze the lexical analysis
Ruben_Villegas_Andres_Garcia_HW4
- pl/o compiler developed in systems software cla-pl/o compiler developed in systems software class
Compiler
- 用c语言写的一个简单编译器,词法分析,语法分析和翻译。-Write a simple c language compiler, lexical analysis, parsing and translation.
1
- JAVA版本的编译原理词法分析器~可运行-JAVA version of the compiler theory lexical analyzer- can be run
123
- 输入一段表达式,输出其逆波兰表达式~~可运行-Input some expressions, output reverse Polish expression ~ ~ run. .
SLR
- 程序输入为形如i+i*i# 或者ii#的串,对于SLR(1)分析,输出为包括分析步骤、分析栈情况、剩余输入串以及分析动作在内的分析过程,并考虑增加语义分析生成中间代码功能的程序扩展。-Program input shape i+i* i# or ii# string for the analysis of the SLR (1), the output analysis to include steps to analyze the analysis process, including the
1dayCPP
- 我自己编的C++教程,目的在于全面的介绍C++的语法和一些实用的例子,这是第一版,还不是很完善,希望大家给些建议-Tutorial I compiled C++ purpose is a comprehensive of introduction C++ the syntax and some practical examples, this is the first edition is not perfect, I hope we can give some advice
sizeyunsuan
- 请完成以下描述算术表达式的LL(1)文法的递归下降分析程序G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)| d | i A→+|- M→*|/ 说明:终结符号d为正整数,终结符号i为变量。 其功能为: 从键盘上输入一串四则运算表达式,对照文法G[E]检查输入串的语法是否正确,如果不正确必须指出错误原因。 -Please complete the following descr iption
Keil
- cxlab_《Keil编译器用户手册中文完整版》-cxlab_ the user manual of the Keil compiler Chinese full version