home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-18 | 1.1 KB | 32 lines | [TEXT/R*ch] |
- File mosml/examples/README
-
-
- The subdirectories contain various example programs in Standard ML.
-
- Each example can be compiled by going to the subdirectory and
- executing `make' from the command line.
-
-
- calc An calculator for simple arithmetic expressions.
- Illustrates the use of mosmllex and mosmlyac
- (adapted from Caml Light).
-
- cgi Two CGI scripts written in Moscow ML using the Mosmlcgi
- library, and associated HTML files.
-
- helpsigs Generation of the signature database
- Illustrates the organization of a larger program.
-
- lexyacc Lexer and parser for a small functional language.
- A larger example of the use of mosmllex and mosmlyac.
-
- manual The small batch compiler example from the manual.
- Illustrates the use of Makefiles.
-
- mls A simple utility for producing a sorted directory listing
- (like `ls' in Unix and `dir' in DOS).
- Illustrates the use of the FileSys library.
-
- pretty Prettyprinting of simple arithmetic expressions.
- Illustrates the use of installable prettyprinters.
-