发布于 2015-03-30 07:53:23 | 191 次阅读 | 评论: 0 | 来源: 网友投递
Apache Flex
Apache Flex(前称Adobe Flex)是最初由Macromedia公司在2004年3月发布的,基于其专有的Macromedia Flash平台,它是涵盖了支持RIA(Rich Internet Applications)的开发和部署的一系列技术组合。
JFlex 1.6.1 发布,次版本主要有以下更新:
Fixed issue #130, "in caseless mode, chars in regexps not accepted caselessly": Caseless option works again as intended.
Fixed issue #131, "re-enable scanning interactively or from a network byte stream": JFlex now throws an IOException when a Reader returns 0 characters.
New example, shows how to deal with Readers that return 0 characters.
Command line scripts work again in repository version (contributed by Emma Strubell)
New options --warn-unused and --no-warn-unused that control warnings about unused macros.
Fixed issue #125: %apiprivate and %cup2 switches now no longer incompatible
Fix issue #133, "Error in skeleton.nested": Empty-string matches were taking precedence over EOF and caused non-termination. Now EOF is counted as the highest-priority empty match.
New warning when an expression matches the empty string (can lead to non-termination).
详细信息请查阅发行页面。
下载地址如下:
http://www.jflex.de/download.html
Apache Flex(前称Adobe Flex)是最初由Macromedia公司在2004年3月发布的,基于其专有的Macromedia Flash平台,它是涵盖了支持RIA(Rich Internet Applications)的开发和部署的一系列技术组合。