MLton 20051202 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 2005-12-02 04:20:24 by StephenWeeks.