[m-dev.] Proposal: parsing module for the library.

Julien Fischer juliensf at csse.unimelb.edu.au
Thu Jan 15 11:56:10 AEDT 2009


On Tue, 13 Jan 2009, Ralph Becket wrote:

> Here's a diff addressing most of the review comments:
>
> --- parsing.m	2009-01-13 16:52:32.206161260 +1100
> +++ parsing_utils.m	2009-01-13 16:59:03.720192432 +1100
> @@ -1,14 +1,14 @@
> %-----------------------------------------------------------------------------%
> -% parsing.m
> +% parsing_utils.m
> % Ralph Becket <rafe at csse.unimelb.edu.au>
> % Tue Jan 13 11:32:49 EST 2009
> % vim: ft=mercury ts=4 sw=4 et wm=0 tw=0
> %
> -% Support for DCG style parsers.
> +% Utilities for recursive descent parsers.
> %
> %-----------------------------------------------------------------------------%

You should use the the same style of header comment used in the rest of
the stdlib.

It looks fine to me otherwise , although you will need to add samples and
tests, update library/library.m and the NEWS file etc as well.

Julien.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at csse.unimelb.edu.au
Administrative Queries: owner-mercury-developers at csse.unimelb.edu.au
Subscriptions:          mercury-developers-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the developers mailing list