[m-rev.] for review: contexts in .NET backend.

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Mar 16 16:49:42 AEDT 2001


On 16-Mar-2001, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> Add support for context output to the .NET backend.

That looks fine.

It might be nice to support the `--no-line-numbers' option,
for consistency with the other back-ends.  E.g. we could change

> +	% Use this to make contexts into trees easily.
> +:- func context_node(mlds__context) = instr_tree.
> +context_node(Context) = node([context_instr(Context)]).

so that it takes the options as a parameter and if `line_numbers'
is not set returns `node([])'.  However, that is not very important.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list