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