MLton 20100608 FrontEnd
Home  Index  
FrontEnd is a translation pass from source to the AST IntermediateLanguage.

Description

This pass performs lexing and parsing to produce an abstract syntax tree.

Implementation

[WWW]front-end.sig [WWW]front-end.fun

Details and Notes

The lexer is produced by MLLex from [WWW]ml.lex.

The parser is produced by MLYacc from [WWW]ml.grm.

The specifications for the lexer and parser were originally taken from SML/NJ (version 109.32), but have been heavily modified since then.


Last edited on 2006-11-02 17:41:18 by MatthewFluet.