Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / mllex / README
CommitLineData
7f918cf1
CE
1 Lexical analyzer generator for Standard ML.
2 Version 1.6, October 1994
3
4Copyright (c) 1989-92 by Andrew W. Appel, James S. Mattson, David R. Tarditi
5
6This software comes with ABSOLUTELY NO WARRANTY.
7This software is subject only to the PRINCETON STANDARD ML SOFTWARE LIBRARY
8COPYRIGHT NOTICE, LICENSE AND DISCLAIMER, (in the file "COPYRIGHT",
9distributed with this software). You may copy and distribute this software;
10see the COPYRIGHT NOTICE for details and restrictions.
11
12Files of interest:
13
14lexgen.doc - User's manual for ML-Lex
15lexgen.sml - ML version of Lex
16export-lex.sml - implements an exportable (via SMLofNJ.exportFn)
17 toplevel driver for ML-Lex; the resulting
18 stand-alone program takes the specification
19 file name as a command line argument
20ml-lex.cm - CM description file for ML-Lex
21build - script that invokes ../../bin/ml-build in order
22 to construct the stand-alone version of ML-Lex