MLton 20100608 MLLex
Home  Index  
MLLex is a lexical analyzer generator for Standard ML modeled after the Lex lexical analyzer generator.

A version of MLLex, ported from the SML/NJ sources, is distributed with MLton.

Description

MLLex takes as input the lex language as defined in the ML-Lex manual, and outputs a lexical analyzer in SML.

Implementation

[WWW]lexgen.sml
[WWW]main.sml
[WWW]call-main.sml

Details and Notes

There are 3 main passes in the MLLex tool:

Also see


Last edited on 2010-05-13 19:35:18 by MatthewFluet.