Merge from vendor branch TNF:
authorgroo <groo>
Fri, 5 May 2000 04:56:56 +0000 (04:56 +0000)
committergroo <groo>
Fri, 5 May 2000 04:56:56 +0000 (04:56 +0000)
commit9f27017ece6780932d14816dac407eed519793c3
treee5e8cf8692ea1b5c72fde65637532fdf7ce0945a
parentdc3084aec4d5852adbadd69af3059a1935813478
parent5bfc812dcf0de78cb1d385271abab62cf7491432
Merge from vendor branch TNF:
Objective Caml is the latest implementation of the Caml dialect of ML. The main
novelties compared with its ancestor, Caml Light, are:

     * Full support for objects and classes -- here combined for the first time
        with ML-style type reconstruction.
     * A powerful module calculus in the style of Standard ML (but retaining
        separate compilation).
     * A high-performance native code compiler (in addition to a Caml
        Light-style bytecode compiler).

TO BE DONE: install emacs mode, get native compiler working on ARCHs that
support it.