-
lr(0),语法分析,界面很漂亮,利用C++语言,可生成语法树...
lr(0),语法分析,界面很漂亮,利用C++语言,可生成语法树-lr(0),parsing, interface is beautiful,use c++,can create syntax tree
- 2022-12-20 10:25:03下载
- 积分:1
-
一个简单的解析器,可以对四则运算和if语句进行解析,利用简单扫描的方式词法解析,和压栈方式解释运算,可以帮助学习编译原理...
一个简单的解析器,可以对四则运算和if语句进行解析,利用简单扫描的方式词法解析,和压栈方式解释运算,可以帮助学习编译原理-a simple parser can be four operators and if statements for the analysis, simple scanning the lexical analysis, and interpretation Yazhan Operators can help compiler theory
- 2022-05-10 17:20:56下载
- 积分:1
-
原理同简单的编译器分析,但对输入要求较严格,附有说明
原理同简单的编译器分析,但对输入要求较严格,附有说明-principles with a simple compiler analysis, but the more stringent entry requirements, annotated
- 2022-03-24 10:39:21下载
- 积分:1
-
ECSHOP module for themes
ECSHOP module for themes
- 2022-02-12 14:41:40下载
- 积分:1
-
一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。...
一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。-a small program, c simple language what the compiler, completed sergeant with the suffix expression between the expression change.
- 2022-04-19 18:21:52下载
- 积分:1
-
一个词法分析器,挺实用的,实现了小数,界符,关键字,运算符,标识符的检测...
一个词法分析器,挺实用的,实现了小数,界符,关键字,运算符,标识符的检测-a lexical analyzer, they are practical and realized the minority community website, keyword, Operators, the identifier Detection
- 2022-10-18 22:10:03下载
- 积分:1
-
一个迷你的c编译器,实现了最基本的编译链接功能,可供学习参考...
一个迷你的c编译器,实现了最基本的编译链接功能,可供学习参考-a mini c compiler
- 2022-03-07 14:44:25下载
- 积分:1
-
编译原理的词法分析器
编译原理的词法分析器-Compilation Principle of lexical analyzer
- 2022-02-01 11:28:20下载
- 积分:1
-
用户输入一个文法,然后再输入,要被分析的字符串,自动进行语法分析,把每一不的分析过程都一一打印出来。直到分析成功或失败。...
用户输入一个文法,然后再输入,要被分析的字符串,自动进行语法分析,把每一不的分析过程都一一打印出来。直到分析成功或失败。-a user input grammar, and then imported to the string were analyzed automatically syntax analysis, the analysis of each process does not have to print out on January 1. Until the analysis of success or failure.
- 2023-07-23 13:45:02下载
- 积分:1
-
编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间...
编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code target code enforcement explained in detail
- 2022-01-25 21:41:34下载
- 积分:1