发新话题
打印

[转载]词法分析辅助工具Flex lexical analyzer generator v2.5.3

[转载]词法分析辅助工具Flex lexical analyzer generator v2.5.3

信息来源:美国 普林斯顿大学

Flex - a fast scanner generator
by Vern Paxson
Flex is a tool for generating programs that perform pattern-matching on text. Flex is upward compatible with Lex: all properly-written Lex specifications ought to work with Flex with no change.

Flex is distributed by the Free Software Foundation. Latest versions likely to be available at these sites.

A Windows version in pkzip format is available

用户手册:
http://www.cs.princeton.edu/~app ... /flex/flex_toc.html

说明一下,这个工具的作用和Lex一样的,它将一个说明性的规范转换成一个词法分析器。
对于做编译原理课程设计与技术研究的朋友有很大的辅助效果。

附件

flex-2.5.3.tar.gz (376 KB)

2006-7-24 06:22, 下载次数: 556

曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

发新话题