资源列表
[编译器/词法分析] predictAnalysis
说明:本程序主要实现预测分析表的构造,并求first和follow集-the procedure main table Forecast and Analysis, and the construction and follow for first set<魏平> 在 2008-10-13 上传 | 大小:3.08kb | 下载:0
[编译器/词法分析] LL(1)分析的实现
说明:编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminan<原子> 在 2008-10-13 上传 | 大小:10.07kb | 下载:0
[编译器/词法分析] 界面友好的词法分析器
说明:建议的词法分析器,界面友好,用户把文法放在input文档中,由程序调用,在ouput文档中给出分析结果,-the lexical analyzer friendly interface, users grammar on the input documents, procedures called by the ouput documents presented results of the analysis,<原子> 在 2008-10-13 上传 | 大小:33.79kb | 下载:0
[编译器/词法分析] LL(1)文法——vc
说明:LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!<陈为> 在 2008-10-13 上传 | 大小:1.96kb | 下载:0
[编译器/词法分析] cffx_tcking
说明:该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序<汤超> 在 2008-10-13 上传 | 大小:199.06kb | 下载:0