Fslex is a F# variant of lex, a program that generates lexical analyzers ("scanners" or "lexers"). Fslex is commonly used with fsyacc, the parser generator.
Fslex is a F# variant of lex, a program that generates lexical analyzers ("scanners" or "lexers"). Fslex is commonly used with the fsyacc parser generator.
Fslex is included in F# PowerPack; for detailed documentation, please visit http://fsharppowerpack.codeplex.com/wikipage?title=FsLex%20Documentation