Commit Graph

8 Commits

Author SHA1 Message Date
Julien Fischer
4c6c430c34 Add another sample: mcowsay.
samples/mcowsay.m:
    A Mercury version of the cowsay program. It serves an more extended
    example (but still small) example of how to write command line
    utilities in Mercury.

samples/README.md:
    Include the new sample.

samples/Mmakefile:
    Include the new sample.

    Put the list of sample programs in alphabetical order.
2022-06-16 13:33:53 +10:00
Julien Fischer
a8eddabbf1 Fix description in samples README.
samples/REAMDE.md:
    Fix the description of the 'sort' sample, which hasn't actually
    reflected what that sample did since the description was added.
2022-03-06 14:42:36 +11:00
Julien Fischer
6f5993dd1b Update samples/README.md.
samples/README.md:
     Include the recently C# interface subdirectory.
2022-01-15 16:23:42 +11:00
Julien Fischer
f417f4b21a Reword an entry in the samples README.
samples/README.md:
    As above.
2022-01-14 14:31:43 +11:00
Zoltan Somogyi
818d69a861 Minor improvements to .md files.
Convert extras/README to .md.
2022-01-07 14:54:00 +11:00
Julien Fischer
8eef5d4088 Further work on samples directory README.
samples/README.md:
    Make the top-level heading a level 1 heading.

    Add eliza.m and beer.m to the list of sample programs.

    Fix spelling.
2022-01-03 00:13:08 +11:00
Julien Fischer
6495a31648 Fix a typo.
samples/README.md:
    As above.

samples/calculator.m:
    s/parser.m/mercury_term_parser.m/ in a comment.
2022-01-02 20:55:29 +11:00
Julien Fischer
4cebf83b6d Rename samples/README -> samples/README.md
samples/README:
    As above.
2022-01-02 17:02:14 +11:00