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