ml-lex.x86-linux

Lexical analyzer generator for Standard ML

Install

All systems
curl cmd.cat/ml-lex.x86-linux.sh
Debian Debian
apt-get install ml-lex
Ubuntu
apt-get install ml-lex
image/svg+xml Kali Linux
apt-get install ml-lex
Windows (WSL2)
sudo apt-get update sudo apt-get install ml-lex

ml-lex

Lexical analyzer generator for Standard ML

Lexical analysis is the problem of segmenting input into words and recognizing different classes of words. ml-lex uses regular expressions to describe classes of words. It transforms a simple declarative language specification into an efficient SML program for analyzing that language. Install this package if you want to produce a lexer in Standard ML.