搜索资源列表
SLR
- SLR语法分析器,实现基本的功能要求,是基于分析C语言的语法分析器-SLR parser, the realization of the basic functional requirements, is based on the analysis of C language parser
bianyiyuanli
- 语法分析是编译过程的核心部分。它的任务是在词法分析识别出单词符号串的基础上,分析并判定程序的语法结构是否符合语法规则。语法分析器在编译程序中的地位如-Syntax analysis is the core of the compilation process. Its task is to identify the word in the lexical analysis of strings of symbols, based on the syntax of programs to anal
yuyifenxicx
- 编译原理实验报告 词法分析器 语义语法分析-Compiler theory lexer semantic parsing
SLR
- SLR分析器SLR语法分析器,能求出FIRST、FOLLOW 集和构造出SLR分析表,出入一个句子,能动态演示匹配过程。(-The the SLR parser SLR parser can be obtained FIRST and FOLLOW sets and construct the SLR analysis table, and out of a sentence, dynamic presentation of the matching process. (
5.7
- 关于编译原理的LR语法分析器的控制程序的c语言描述-C language descr iption of the the LR parser control procedures on compiler theory
lianxi
- 自己编写的语法分析器和词法分析器程序,希望大家借鉴-Write your own parser and lexical analyzer program, and hope that we can learn from
c
- 为给定编程语言设计语法分析器其内容包含LL(1)预测分析表、语法分析器的处理流程等-program compoundstmt stmt ifstmt | whilestmt | assgstmt | compoundstmt compoundstmt { stmts } stmts stmt stmts | ifstmt if ( boolexp