Welcome![Sign In][Sign Up]
Location:
Search - scanner parser

Search list

[Other resourceCocoSourcesCS

Description: The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. There are versions of Coco/R for Java, C#, C++, Delphi, Modula-2, Oberon and other languages. This manual describes the versions for C# and Java implemented at the
Platform: | Size: 42373 | Author: yy | Hits:

[ELanguageCFGReader

Description: compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.-compiler - compiler. This is a compiler - co mpiler with table-driven scanner. table-driven parser.
Platform: | Size: 351944 | Author: nick huang | Hits:

[ELanguageS_Scanner

Description: 完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表
Platform: | Size: 21130 | Author: 李宁 | Hits:

[OS programcminus

Description: c-的编译器程序,scanner,parser
Platform: | Size: 251111 | Author: yuzhucool | Hits:

[Other resourceCocoSourcesCS

Description: The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. There are versions of Coco/R for Java, C#, C++, Delphi, Modula-2, Oberon and other languages. This manual describes the versions for C# and Java implemented at the-The Compiler Generator Coco/RCoco/R1 is a compiler generator, which takes an attributed grammar of a source languageand generates a scanner and a parser for this language. The scanner works as adeterministic finite automaton. The parser uses recursive descent. LL (1) conflicts can beresolved by a multi-symbol lookahead or by semantic checks. Thus the class of acceptedgrammars is LL (k) for an arbitrary k.There are versions of Coco/R for Java, C#, C++, Delphi, Modula-2, Oberon and otherlanguages. This manual describes the versions for C# and Java implemented at the
Platform: | Size: 41984 | Author: yy | Hits:

[ELanguageCFGReader

Description: compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.-compiler- compiler. This is a compiler- co mpiler with table-driven scanner. table-driven parser.
Platform: | Size: 351232 | Author: nick huang | Hits:

[ELanguageS_Scanner

Description: 完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表-Complete S language lexical analyzer, including documentation: parser.cpp lexical analysis C++ Source Scanner.exe lexical analysis procedure is key.txt keyword table s.txt test run generated source table: symble.txt symbol table token.txt word list
Platform: | Size: 20480 | Author: 李宁 | Hits:

[ELanguagescanner

Description: 为简单的函数绘图语言编写一个解释器词法分析部分 黑屏幕下输入text.txt,然后看运行结果-Mapping function for the simple language of a lexical analysis parser part of the black screen, enter text.txt, and then watch the results
Platform: | Size: 16384 | Author: 任爽 | Hits:

[Otherscanner

Description: java语言此法分析器,简单的实现对字符串形式的源程序扫描处理 -This method java language parser, a simple realization of the string form of source code scanning deal
Platform: | Size: 408576 | Author: lin ai yu | Hits:

[Windows Developcminus_scnanerandparser_by_lexandyacc

Description: 使用lex和yacc写的cminus 编译器的scanner和parser-The use of lex and yacc compiler written cminus the scanner and parser
Platform: | Size: 282624 | Author: 林克 | Hits:

[ELanguagedone1

Description: 编译原理课程设计,简单扫描器与语法分析器-simple scanner and parser
Platform: | Size: 344064 | Author: zoe | Hits:

[CSharpParser_Scanner

Description: C# program to doing parser and scanner instructions on the simple C++ grammar rules
Platform: | Size: 118784 | Author: Ahmed Hashem | Hits:

[ELanguagecompiler_construction_source_code

Description: 编译原理课程设计 包括语法分析器,词法分析器,自动词法分析器-compiler_construction_source_code including parser, scanner
Platform: | Size: 28672 | Author: michael | Hits:

[Software EngineeringCompile-principle-experiment1-6

Description: 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent parser design experiments three LL (1) parser operator precedence parser design experiments design experiment four five six LR parser design experiments Syntax Translation Program
Platform: | Size: 46080 | Author: 浮云 | Hits:

[ELanguageMicro-compiler

Description: 一个简单的 micro 语言编译器,其包括 scanner,parser,code generator 并使用 php 开发。-A simple compiler for Micro language which include scanner,parser,code generator and implement in PHP.
Platform: | Size: 57344 | Author: Newman | Hits:

[Windows DevelopExpression-Parser(Scanner)-compiler

Description: the purpose of this program is to parse expressions from an input file and display token type and value in an output file
Platform: | Size: 2048 | Author: majid | Hits:

[ELanguagescanner

Description: 使用LEX编写的功能强大的C语言此法分析器,在linux下可以顺利运行-LEX prepared using the powerful C language parser of this method in the smooth running under linux
Platform: | Size: 1024 | Author: KnGine | Hits:

[ELanguage20110915_src

Description: 建立一个针对LL(1)文法编译器的自动生成器。要完成此编译器的生成器需对源文件进行两遍处理:第一遍词法分析,第二遍语法分析。语法分析程序用LL(1)语法分析方法。首先输入定义好的文法书写文件(所用的文法可以用LL(1)分析),然后建立词法分析器,包括词法分析主程序、扫描器部分、关键字表等。经词法分析后分别计算所输入的文法的每个非终结符号的FIRST集合,每个非终结符号的FOLLOW集合,以及每个规则的SELECT集合,并判断任意一个非终结符号的任意两个规则的SELECT集的交集是不是都为空,如果是则输入文法符合LL(1)文法则可以进行分析。-For the establishment of a LL (1) grammar compiler automatic generator. To accomplish this compiler generator must deal with the source file twice: first pass lexical analysis, parsing the second time. Parser using LL (1) syntax analysis. First, write the input file defined grammar (grammar can be used in LL (1) analysis), and then create the lexical analyzer, including lexical analysis of the main program, scanner parts, keyword lists. The lexical analysis of the inputs were calculated for each non-terminal grammar symbol of the FIRST set of each non-terminal symbol FOLLOW set, and each set of the rule s SELECT and determine any non-terminal symbol of any two rules SELECT set intersection is not all empty, if it is in line with the input grammar LL (1) the text rule can be analyzed.
Platform: | Size: 37888 | Author: yin | Hits:

[ELanguagelecial-analysis

Description: 语法分析器,java代码实现,可以用于特定文法-parser scanner
Platform: | Size: 5120 | Author: jessica | Hits:

[ELanguageTiny c

Description: 其中包括tinyc语言程序的scanner,parser,analyzer等相关程序。(It includes scanner, parser, analyzer and other related programs of TinyC language program.)
Platform: | Size: 17408 | Author: 落落c | Hits:
« 12 »

CodeBus www.codebus.net