Welcome![Sign In][Sign Up]
Location:
Search - antlr

Search list

[Data structsANTLR_tutorial

Description: antlr小例子 。 -antlr small example.
Platform: | Size: 16384 | Author: zzz | Hits:

[Button controlSPAQLDSL

Description: ANTLR reference example
Platform: | Size: 369664 | Author: dop | Hits:

[ELanguageCpp

Description: C Preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析-C Preprocessor, antlr language to describe the grammar for learning lexical analysis, syntax analysis
Platform: | Size: 16384 | Author: renteng | Hits:

[ELanguageObjectiveC2ansi

Description: Object C,antlr的grammar语言描述,用于学习词法分析,语法分析-Object C, antlr language to describe the grammar for learning lexical analysis, syntax analysis
Platform: | Size: 3072 | Author: renteng | Hits:

[ELanguagePython

Description: python 2.5,antlr的grammar语言描述,用于学习词法分析,语法分析-python 2.5, antlr language to describe the grammar for learning lexical analysis, syntax analysis
Platform: | Size: 5120 | Author: renteng | Hits:

[ELanguageCPP_parser_v_3.2

Description: C Preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析-C Preprocessor, antlr language to describe the grammar for learning lexical analysis, syntax analysis
Platform: | Size: 173056 | Author: renteng | Hits:

[Otherantlrchinese

Description: ANTLR中文文档 ANTLR是可以从包含JAVA、C++或者C#动作代码的语法描述文件创建识别器、编译器和翻译器 该文档为中文文档-ANTLR Chinese document contains ANTLR is from JAVA, C++ Or C# Action code syntax description file to create recognition, compiler and translator of the document into Chinese documents
Platform: | Size: 20480 | Author: minny | Hits:

[ELanguageexamples-v3.tar

Description: 这是一些ANTLR parser generator的grammar文件的例子,这些grammar文件生成用各种语言写的编译各种语言的编译器-This is some of the ANTLR parser generator example grammar documents, these grammar documents generated in various languages written in various languages compiler compiler
Platform: | Size: 1047552 | Author: 简单人 | Hits:

[ELanguageCSharpCompiler0.5_src

Description: C#编写的c#编译器,基于antlr,研究antlr的朋友不要错过-C# Prepared c# Compiler, based on antlr, research antlr friends should not miss
Platform: | Size: 635904 | Author: zzuwarning | Hits:

[JSP/Javaclips

Description: 介绍ANTLR使用的JAVA程序例子,简单易学,较好的展示了ANTLR的功能-ANTLR introduce the use of the JAVA program examples, easy to learn, the better the function of displaying ANTLR
Platform: | Size: 47104 | Author: cbef | Hits:

[ELanguageantlr2.7.5

Description: ANTLR是什么ANTLR, 语言识别的另一个工具(ANother Tool for Language Recognition),( 前身是 PCCTS)是一种语言工具,它提供了一个框架,可以通过包含Java,C++,或C#动作的语法描述来构造语言识别器,编译器和解释器。 算机语言的解释已经变成了一种非常普遍的工作。传统的计算机语言的编译器和工具(如C或Java)仍旧需要被构造,它们的数量与需要开发的那些成千上万的小语言的识别工具和解释工具相比是相形见拙。程序员为了解析数据格式,图形文件(如,PostScript,AutoCAD),文本文件(如,HTML,SGML等)而需要构造解释器。ANTLR 被设计出来处理所有这些转换工作。 -ANTLR What is ANTLR, speech recognition is another tool (ANother Tool for Language Recognition), (formerly PCCTS) is a language tool that provides a framework, you can include Java, C++, or C# syntax description of action to construct the speech recognition devices, compiler and interpreter. Computer interpretation of the language has become a very common task. A traditional computer language compiler and tools (such as C or Java) still needs to be constructed, and their numbers and the need to develop those tens of thousands of small language identification tools and interpretation tools dwarfs compared. Programmers in order to parse data formats, graphics files (such as, PostScript, AutoCAD), text files (such as, HTML, SGML, etc.) need to construct interpreter. ANTLR is designed to deal with all those changing jobs.
Platform: | Size: 435200 | Author: xiao keng hou | Hits:

[Otherdebugger

Description: ANTLR,语言识别工具antlrworks开发环境下的语法调试的简单视频录像-ANTLR, speech recognition tools antlrworks grammar development environment to debug a simple video recording
Platform: | Size: 1030144 | Author: fei | Hits:

[ELanguageantlr_2_7_5

Description: antlr学习电子书.antlr是一种语言识别工具,他提供了一个框架,可以通过包含java,c++,或c#的语法描述来构造语言识别器,编译器和解析器-antlr learning books. antlr is a speech recognition tool, he provides a framework can include java, c++, or c# syntax description to construct the language identifier, the compiler and parser
Platform: | Size: 1344512 | Author: 罗高 | Hits:

[JSP/Javajava-antrl-example

Description: ANTLR 编译器入门范例,其中包含了20多套样本,200多个文件.-Introduction to ANTLR compiler example, which contains more than 20 sets of samples, more than 200 documents.
Platform: | Size: 405504 | Author: cnmqw | Hits:

[CSharpantlr.runtime

Description: antlr.runtime.dll,比较适用的组建-antlr.runtime.dll
Platform: | Size: 31744 | Author: LQP | Hits:

[ELanguageCMM-version1.0

Description: 自己写的CMM解释器,学解释器构造的同学应该都尝试过吧!这里用的antlr,和大家交流交流-cmm compiler with java, using antlr framework.
Platform: | Size: 173056 | Author: wyt | Hits:

[ELanguageantlr-3.0.1.tar

Description: Antlr(ANother Tool for Language Recognition)是一个工具,它为我们构造自己的识别器(recognizers)、编译器(compiler)和转换器(translators)提供了一个基础。通过定义自己的语言规则,Antlr可以为我们生成相应的语言解析器,这样便可以省却了自己全手工打造的劳苦。-ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C++, or C# actions [You can use PCCTS 1.xx to generate C?based parsers].
Platform: | Size: 3383296 | Author: dang | Hits:

[JSP/Javaantlr

Description: ANTLR—Another Tool for Language Recognition,其前身是PCCTS,它为包括Java,C++,C#在内的语言提供了一个通过语法描述来自动构造自定义语言的识别器(recognizer),编译器(parser)和解释器(translator)的框架。ANTLR可以通过断言(Predicate)解决识别冲突;支持动作(Action)和返回值(Return Value)来;更棒的是,它可以根据输入自动生成语法树并可视化的显示出来(这一点我将在下面的例子中演示)。由此,计算机语言的翻译变成了一项普通的任务—在这之前YACC/LEX显得过于学院派,而以LL(k)为基础的ANTLR虽然在效率上还略有不足,但是经过近些年来的升级修改,使得ANTLR足以应付现存的绝大多数应用。感谢Terence Parr博士和他的同事们十几年来的出色工作,他们为编译理论的基础和语言工具的构造做了大量基础性工作,也直接导致了ANTLR的产生。-ANTLR-Another Tool for Language Recognition. Its predecessor, PCCTS, including Java, C++, C#, including the language provides a syntax description to automatically construct self-definition language identification (recognizer), the compiler (parser) and explain the framework of the (translator on). ANTLR by the assertion (the Predicate) to address the problems identified conflicts support action (Action) and the return value (Return Value) Even better, it can be automatically generated based on the input syntax tree and visualization is displayed (which I will The following example demonstrates). As a result, the computer language translation has become a common task- in this YACC to/LEX seem the too academic, ANTLR-based LL (k), although the efficiency is slightly less, but after a recent years of upgrade modifications, making the ANTLR enough to cope with the vast majority of the existing application. Thank the excellent work, Terence Parr, Ph.D., and his colleagues more than a dec
Platform: | Size: 420864 | Author: issacs | Hits:

[Software EngineeringThe-Definitive-ANTLR-Reference.pdf

Description: The Definitive ANTLR Reference
Platform: | Size: 1903616 | Author: Daniella | Hits:

[CSharpantlr-examples-v3

Description: antlr 语法树的解析程序,学习编译原理还是不错的-antlr syntax tree parsing program, learning objectives
Platform: | Size: 1193984 | Author: witgo | Hits:
« 1 23 4 5 »

CodeBus www.codebus.net