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

Search list

[ELanguageantlr-3.0b5.tar

Description: ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a tool, it could accept the term grammar description language, and will produce identify the language of the statement of procedure. As part of the translation process, you can use a simple operator and movements to the parameters of your grammar, distributions so that it tells how to build an abstract syntax tree (AST) and how to produce the output. OpenSolaris know how to generate the identification procedures, language, including Java, C, C#.
Platform: | Size: 2650675 | Author: guid | Hits:

[Other resourceANTLR

Description: 这个为笔者个人通过收集和整理的有关ANTLR的使用手册以及基础开发。
Platform: | Size: 542959 | Author: 郑毅 | Hits:

[JSP/Javaantlr

Description: antlr最新版本V3源代码,做过部分修正,
Platform: | Size: 3553605 | Author: 胡才华 | Hits:

[ELanguageantlr example

Description: Antlr 编译器范本
Platform: | Size: 1047581 | Author: cnmqw@hotmail.com | Hits:

[Program docANTLR指南(v3.0)

Description: 介绍ANTLR,一种可以嵌入如Java, C++或C#等辅助代码段的文法,来构筑出相对该文法的识别器,编译器或翻译器的语言工具框架。
Platform: | Size: 432128 | Author: chy007007@sina.com | Hits:

[ELanguageantlr-2_7_0

Description: Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
Platform: | Size: 1259520 | Author: 站长 | Hits:

[ELanguagegrammatica-1.4.tar

Description: 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 for testing and debugging grammars without generating source code. It supports LL(k) grammars with an unlimited number of look-ahead tokens.
Platform: | Size: 632832 | Author: none | Hits:

[OS program托盘程序设计

Description: 系统托盘程序设计截至本文,最新的antlr版本是2.7.4,可从www.antlr.org/download.html下载。下面简单介绍一下怎样用antlr生成一个C++或者C#的简单的计算器程序(仅支持加法乘法)。由于用antlr生成java代码的介绍网上已经很多了,这里就不描述了... www.blog.edu.cn/user1/2449/ ... /4688.shtml 25K 2005-10-24 - 百度快照 www.blog.edu.cn 上的更多结果 -system tray As of this program design, the latest version is 2.7.4 antlr available from the www.antlr.org/download.html download. Following is a brief introduction to how to use a C antlr generate C# or a simple calculator program (only support Adder multiplication). As with antlr generation java code on the Internet is already a lot, I will not describe ... ... www.blog.edu.cn/user1/2449//4688.shtml 25K 2005-10-24- Baidu snapshot www.blog. on virtually anything else you please more results
Platform: | Size: 9216 | Author: 陈城 | Hits:

[ELanguageantlr-3.0b5.tar

Description: ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a tool, it could accept the term grammar description language, and will produce identify the language of the statement of procedure. As part of the translation process, you can use a simple operator and movements to the parameters of your grammar, distributions so that it tells how to build an abstract syntax tree (AST) and how to produce the output. OpenSolaris know how to generate the identification procedures, language, including Java, C, C#.
Platform: | Size: 2651136 | Author: guid | Hits:

[Web ServerStringTemplate.Net.v3.0.1.src

Description: Csharp StringTemplate一个可以生成原代码,web页面,emails和其它任何需要有格式的文本输出。StringTemplate已应用在为jGuru.com与antlr.org网站产生web页面。-Csharp StringTemplate one can generate source code, web pages, emails and any other required format the text output. StringTemplate has applied for jGuru.com website with antlr.org have web pages.
Platform: | Size: 4712448 | Author: guid | Hits:

[ELanguage04723900472392

Description: 使用antlr实现c和pascal的转换-Antlr use to achieve the conversion c and pascal
Platform: | Size: 684032 | Author: zero | Hits:

[JSPANTLR

Description: 这个为笔者个人通过收集和整理的有关ANTLR的使用手册以及基础开发。-The author of this for individuals through the collection and collation of relevant ANTLR user s manual, as well as the basis of the development.
Platform: | Size: 542720 | Author: 郑毅 | Hits:

[JSP/Javaantlr

Description: antlr最新版本V3源代码,做过部分修正,-antlr the latest version of V3 source code, made some amendments
Platform: | Size: 3584000 | Author: 胡才华 | Hits:

[ELanguageantlr

Description: ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysis procedures, lexical analysis program lexers, and tree parser (also known as tree Departed). ANTLR use by the LL (k) Analysis of syntax used for all 3 variants, as the syntax that is similar to the resultant lexers and syntax analysis program was also similar. Identification procedures have read, you can view the contents of the output to eliminate a lot about the mechanism of ANTLR issue.
Platform: | Size: 467968 | Author: jason | Hits:

[ELanguagepragmatic.the.definitive.antlr.reference.may.2007.

Description: 这是比较流行的antlr的工具,该工具类似yacc,是一种翻译工具,hibernate底层用该技术实现-This is the more popular of the antlr tool like yacc, which is a translation tool, hibernate with the underlying technology
Platform: | Size: 1887232 | Author: chen | Hits:

[ELanguageantlr

Description: 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 can include Java, C++, or C# action (action) to construct the syntax description of speech recognition devices, compiler and parser. The archive contains the relevant information (antlr_2_7_5_ChineseVer.pdf/The.Definitive.ANTLR.Reference.pdf), and an example of parsing HTML file (html.g)
Platform: | Size: 3232768 | Author: fei | Hits:

[Windows Developantlr-3.3.tar

Description: Language recognition program antlr
Platform: | Size: 8923136 | Author: nikescar | Hits:

[JSP/Javaantlr-javascript-runtime-3.1

Description: antlr javascript parser in javascript
Platform: | Size: 66560 | Author: nikescar | Hits:

[Otherjava-antlr-sql

Description: 基于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.
Platform: | Size: 2048 | Author: as123com | Hits:

[ELanguagePragmatic.The Definitive ANTLR 4 Reference

Description: Pragmatic.The Definitive ANTLR 4 Reference
Platform: | Size: 6353920 | Author: PilotageYH | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net