Thinker

  - long way to go...

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  24 随笔 :: 0 文章 :: 143 评论 :: 0 Trackbacks
    ANTLR 的全称是 ANother Tool for Language Recognition,ANTLR 解析语法描述文件,将其编译成能够识别这些语法的源程序,可以这样说它是一个能生成“编译器”的“编译器”:)
    ANTLR 的作者在官方网站上说到:After 4 years of research and development, I'd like to introduce ANTLR v3!
    ANTLR v3 的新特性有如下几点:
  • a brand-new very powerful extension to LL(k) called LL(*)
  • an auto backtracking mode
  • partial parsing result memoization to increase the speed of backtracking
  • a really nice AST rewrite rule mechanism
  • integration of the StringTemplate template engine for generating structured text
  • improved error reporting and recovery
  • a truly retargetable code generator that makes it easy to build backends ("targets"); currently we have the following Code Generation Targets: Java, C#, C, Objective-C, Python with others in development
  • BSD license
   更多信息请访问官方网站:http://www.antlr.org/

http://www.blogjava.net/qujinlong123/
posted on 2007-05-19 01:24 Long 阅读(1880) 评论(1)  编辑  收藏 所属分类: 杂谈

评论

# re: ANTLR 3.0 released 2007-05-19 11:53 CowNew开源团队
好东西大家共分享,学习中。  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: