[m-rev.] Trivial change to RELEASE_NOTES and extras/README

Ralph Becket rbeck at microsoft.com
Wed Mar 14 02:28:05 AEDT 2001


Estimated hours taken: 0.25

Forgot to do this when I checked lex and curs in...

RELEASE_NOTES:
extras/README:
        Added mention of the new lex and curs libraries in extras.

Index: RELEASE_NOTES
===================================================================
RCS file: /home/mercury1/repository/mercury/RELEASE_NOTES,v
retrieving revision 1.27
diff -u -r1.27 RELEASE_NOTES
--- RELEASE_NOTES       2001/02/05 10:08:42     1.27
+++ RELEASE_NOTES       2001/03/13 15:22:45
@@ -193,6 +193,8 @@
         -  an ODBC database interface
 and
      o  the Morphine trace analysis system
+     o  two (!) curses bindings, one more complete than the other
+     o  a general purpose lexer
      o  Moose, a parser generator for Mercury.

 The "mercury-tests" distribution contains a test suite.

Index: README
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/README,v
retrieving revision 1.9
diff -u -r1.9 README
--- README      2000/11/28 16:30:30     1.9
+++ README      2001/03/13 15:23:06
@@ -12,6 +12,11 @@
                A Mercury library package containing support for
                complex and imaginary numbers.

+curs           A Mercury library providing a somewhat more complete
+               and more faithful binding to the curses and panel
+               libraries (the latter is used to provide elementary
+               windowing facilities, rather than doing so in Mercury).
+
 curses         A Mercury library providing a (partial) binding to
                curses; a package that provides methods for manipulating
                the text screen (creating windows, placing characters, etc).
@@ -32,6 +37,11 @@
                lazy evaluation in Mercury, together with some examples
                of its use, including a module `lazy_list' that defines
                a lazy list data type.
+
+lex            A lexer package for Mercury that works over io__states,
+               strings, and so forth.  It comes with a rich set of
+               standard regular expressions and the user is free to add
+               their own.

 moose          A parser generator for Mercury.  Moose works much like
                yacc or bison, it takes a grammar and generates a table

- 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