搜索资源列表
compilerDemo
- 针对pascal语言的词法分析与语法分析器-Pascal language lexical analysis and parser
PA
- 词法分析器,用于PASCAL词法分析的C语言代码-Lexical analyzer
syntax
- 基于对类Pascal语言的词法分析的基础上,用C实现的对词法分析程序所提供的单词序列进行语法分析和检查,对不符合语法规则的进行报错。-Class Pascal language lexical analysis based on word sequence of lexical analysis procedures implemented in C syntax analysis and inspection, do not conform to the rules of grammar er
word
- 用C实现了一个建议的类Pascal语言的词法分析器,实现从源程序中分离出各种单词的方法,进行分析。程序的输入与输出全是以文件的形式。-C implementation of a proposed class Pascal language lexical analyzer to achieve a variety of words from the source separation method for analysis. The input and output of the program
scanner
- 编译原理的词法分析器:正则文法所描述的Pascal 语言子集单词符号的词法分析程序-Compiler theory lexical analyzer: Regular grammar describes a subset of the Pascal language lexical analyzer word symbols
lex
- 编译原理的pascal 语言的词法分析并产生二元式-Pascal language compiler theory lexical analysis and generate binary type
word
- 编译原理课程的词法分析程序。 该程序主要是完成上述Pascal语言子集单词符号的词法分析;不区分大小写,字母为a-z A-Z,数字为0-9;‘/*……*/’为程序的注释部分;词法分析程序应能发现输入串中的错误;词法分析结果为二元式序列组成的中间文件。-Compiler theory courses lexical analysis procedure. The program is the completion of a subset of the Pascal language lexic
analyzer
- 编译原理语法分析器、词法分析器代码,运行程序时,需用文件保存要分析的程序代码,建议用pascal语言编写要分析的代码-Parser compiler theory, lexical analyzer code, run the program, use a file is saved to analyze the program code, we recommend using pascal language code to be analyzed
cifafenxi
- 这是一个Pascal语言词法分析程序。程序从文件中读入内容,经过分析编译后在屏幕输出对应的内码、属性和在文件中的位置。-This is a Pascal language lexical analysis procedures. Program read from the file contents, after analysis of compiled code in the corresponding output screen, attributes and location in the
pascal
- 能够输出中间代码的pascal编译器,全部都是手工写的词法分析,语法分析,中间代码生成器。-Able to output the code in the middle of the PASCAL compiler, all of them are written by hand lexical analysis, syntax analysis, intermediate code generator.
test1
- 针对简单的文法(PASCAL语言子集),制作相应的词法分析器和递归下降的语法分析器-lexical analyzer
lexicalanalysis
- 自己写的词法分析Pascal语言,内含有.cpp和词法分析的设计报告-Write your own lexical analysis for Pascal, containing .cpp and lexical analysis of the design report