1 2* Structure of the Moscow ML binary distribution: 3 4 mosml/ README, install.txt 5 bin/ mosml, mosmlc, mosmllex, mosmlyac, camlrunm 6 copyrght/ copyright notices 7 doc/ manual.pdf, mosmlref.pdf, mosmllib.pdf, recomp.txt 8 examples/ some pedagogical examples 9 include/ runtime .h header files for dynamic libraries 10 lib/ bytecode files and compiled libraries and signatures 11 tools/ mosmldep, cutdeps, Makefile.stub 12 utility/ emacs mode for Moscow ML 13 14 15* Structure of the Moscow ML source distribution: 16 17 mosml/src/ 18 compiler/ sources for mosmlcmp, mosmllnk, mosmltop 19 config/ configuration for the runtime 20 doc/ documentation source files 21 helpsigs/ auto-generation of documentation from .sig files 22 dynlibs/ dynamically loadable libraries: Gdbm, Regex, ... 23 launch/ scripts to start mosml and mosmlc 24 lex/ mosmllex sources 25 mosmllib/ library sources 26 mosmlpm/ recompilation (project) manager 27 mosmlyac/ yacc sources (C) 28 runtime/ sources for the modified Caml Light runtime system 29 test/ test cases for mosml 30 tools/ tools for recompiling Moscow ML 31 toolssrc/ sources for mosmldep and cutdeps, and for the 32 MacOS compiler top-level (Smltope and Maine) 33