搜索资源列表
antlr-3.0b5.tar
- ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a to
antlr
- antlr最新版本V3源代码,做过部分修正,
antlr example
- Antlr 编译器范本
ANTLR指南(v3.0)
- 介绍ANTLR,一种可以嵌入如Java, C++或C#等辅助代码段的文法,来构筑出相对该文法的识别器,编译器或翻译器的语言工具框架。
The-Definitive-ANTLR-Reference.pdf
- The Definitive ANTLR Reference
antlr_2_7_5
- 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 descr iption to construct the language identifier, the co
antlr-2_7_0
- Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
antlr-javascript-runtime-3.1
- antlr javascr ipt parser in javascr ipt
SPAQLDSL
- ANTLR reference example
java-antrl-example
- ANTLR 编译器入门范例,其中包含了20多套样本,200多个文件.-Introduction to ANTLR compiler example, which contains more than 20 sets of samples, more than 200 documents.
java-antlr-sql
- 基于Antlr解析SQL的antlr代码,包含一些基础的SQL解析,较详细的演示了antlr的基本语法。-Based on the antlr Antlr parsing the SQL code, including some basic SQL parsing, more detailed presentation of the basic grammar antlr.
grammatica-1.4.tar
- Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support
Cpp
- C Preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析-C Preprocessor, antlr language to describe the grammar for learning lexical analysis, syntax analysis
ObjectiveC2ansi
- Object C,antlr的grammar语言描述,用于学习词法分析,语法分析-Object C, antlr language to describe the grammar for learning lexical analysis, syntax analysis
Python
- python 2.5,antlr的grammar语言描述,用于学习词法分析,语法分析-python 2.5, antlr language to describe the grammar for learning lexical analysis, syntax analysis
antlr
- ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysis procedures, lexical analysis
pragmatic.the.definitive.antlr.reference.may.2007.
- 这是比较流行的antlr的工具,该工具类似yacc,是一种翻译工具,hibernate底层用该技术实现-This is the more popular of the antlr tool like yacc, which is a translation tool, hibernate with the underlying technology
antlr
- ANTLR, 语言识别的另一个工具,它提供了一个框架,可以通过包含Java,C++,或C#动作(action)的语法描述来构造语言识别器,编译器和解析器。 该压缩包包含相关资料(antlr_2_7_5_ChineseVer.pdf/The.Definitive.ANTLR.Reference.pdf)和一个解析HTML文件的例子(html.g)-ANTLR, speech recognition is another tool that provides a framework, you c
antlr-3.3.tar
- Language recognition program antlr
Pragmatic.The Definitive ANTLR 4 Reference
- Pragmatic.The Definitive ANTLR 4 Reference