v 2.6.4
Fast lexical analyser generator
Flex is a tool for generating programs that require pattern-matching on text. It is usually used together with yacc/bison to automatically generate a parser for a language grammar, e.g. the syntax of a configuration file.
https://github.com/westes/flex
To install flex, paste this into the macOS Terminal after installing MacPorts
sudo port install flex
Installations | 498 |
Requested Installations | 71 |