Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlyacc / README
CommitLineData
7f918cf1
CE
1Copyright (c) 1989, 1990, 1991 Andrew W. Appel and David R. Tarditi Jr.
2
3This directory contains ML-Yacc, an LALR parser generator for Standard ML.
4ML-Yacc is distributed subject to the terms of the accompanying ML-Yacc
5copyright notice, license, and disclaimer in the file COPYRIGHT.
6
7Files of interest (those marked with a * must be built by the person
8installing ML-Yacc):
9
10 README - this file
11 INSTALL - installation instructions.
12 COPYRIGHT - this software is distributed subject to the
13 terms of this file.
14 lib - implementation of the ML-Yacc library
15 (aka $/ml-yacc-lib.cm); this library is used
16 by both by applications and by ML-Yacc itself
17 (because ML-Yacc IS an ML-Yacc application)
18 src - source code for the parser-generator part of ML-Yacc.
19 doc - documentation for ML-Yacc. Please read this before
20 using ML-Yacc
21 examples - sample parsers built with ML-Yacc
22 build - script that invokes ../../bin/ml-build to construct
23 the stand-alone version of ML-Yacc