flex

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 in macOS terminal after installing MacPorts

sudo port install flex

Add to my watchlist

Installations 494
Requested Installations 70