资源列表
token
- 词法分析程序的功能 输入:源程序 输出:二元组(词法记号,属性值/其在符号表中的位置)构成的序列。 例如:对源程序 x:=5 if (x>0) then x:=2*x+1/3 else x:=2/x # 经词法分析后输出如下序列: (10,’x’)(18, :=) (11,5) (26, ) (2, if ) (27,( )-Function of lexical analysis program input: source output: pair (lex
cifafenxi
- c—语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。内附实验报告。-c-language lexical analyzer. A C- language program is divided into token strings of sequence. Treatment C- language of all token types. Containing the test report.
bianyi
- 一个编码器,用它可以对程序进行译码、编码等功能,并最终呈现给用户。-An encoder can use it to process decoding, encoding and other functions, and eventually presented to the user.
suanfuyouxianwenfafenxiqi
- 编译原理专题实验实现 算符优先文法分析器-Compiler theory experimental realization operator precedence grammar topic Analyzer
wumpus
- wumbus a programe to examine bus system
yufa
- 语法分析器,编译原理实验,用递归下降分析法,可分析表达式-Parser, compiler theory test, using recursive descent analysis, the expression can be analyzed
LR(0)
- 本文件由visualc++6.0编译,完整实现了pl0词法语法程序设计和实现.-This document compiled by the visualc++6.0, complete realization of the pl0 lexical grammar program design and implementation.
cifafenxiqi
- 词法分析器 用c++语言描述,希望对大家有用-cifafenxiqi
yufafenxiqi
- 语法分析器,用C++语言描述-Parser with C++ language to describe
in
- 编译原理中的词法分析器的生成,比较适合初学者-Build on the principle of lexical analyzer generation, more suitable for beginners
cffx3
- C++词法分析器。。简易的 分为关键字。。数字。。自定义字符-c++ cifafenxi..
MiniHex
- BIN file editor MiniHex
