[m-rev.] lex and moose changed

Ralph Becket rbeck at microsoft.com
Thu Aug 2 00:47:51 AEST 2001


> From: Ralph Becket [mailto:rbeck at microsoft.com]
> Sent: 01 August 2001 15:32
> 
> This change is mainly concerned with changing the lexer result type
> from
> 
> :- type lexer_result(Token)
> 	--->	ok(Token)           % For noval tokens.
> 	;	ok(Token, string)
> 	;	eof
> 	;	error(int).
> 
> to just
> 
> :- type lexer_result(Token)
> 	--->	ok(Token)           % For noval tokens.
                                ^^^^^^^^^^^^^^^^^^^
Elide this comment - cut'n'paste error.

> 	;	eof
> 	;	error(int).

- Ralph
--------------------------------------------------------------------------
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