资源列表
final
- its a compiler program that checks a webpage for some vulnerabilities
fwdfwfwdcompiler
- the document covers some essential information about compiler design
JavaBugChecker1.0
- 源码统计分析器,统计源代码中的代码是否符合语法风格-statistics
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
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
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
123
- 输入一段表达式,输出其逆波兰表达式~~可运行-Input some expressions, output reverse Polish expression ~ ~ run. .
1
- JAVA版本的编译原理词法分析器~可运行-JAVA version of the compiler theory lexical analyzer- can be run
Compiler
- 用c语言写的一个简单编译器,词法分析,语法分析和翻译。-Write a simple c language compiler, lexical analysis, parsing and translation.
Ruben_Villegas_Andres_Garcia_HW4
- pl/o compiler developed in systems software cla-pl/o compiler developed in systems software class
Lexical-analyzer
- 可以打开C和C++代码,将代码内容扫描到分析其中,进行词法分析-Can open C and C++ code, scan the contents of the code to analyze the lexical analysis
LL(1)
- LL(1) 文法 判空 求产生式 first follow select 集-LL (1) grammar sentence empty seek to produce first follow the select set