共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Flex |
Flex
|
116 | 0 | 1740 |
贡献者 | 讨论 | 代码提交 |
Flex a tool for generating text scanners in C. The input file read by Flex specifies a set of rules (code to be executed when a pattern is found) which describe the scanner to be generated. The output of Flex is a C source file which can be compiled and linked with your sources, giving to your executable the scanning capabilities tailored to your needs.
Generally, Flex is used in combination with a parser generator, like Bison.