Files
mercury/extras/lex
Julien Fischer 9fb4f15dfc Fix compilation problems in the extras distribution caused by recent
Estimated hours taken: 0.5
Branches: main

Fix compilation problems in the extras distribution caused by recent
changes.

extras/stream/stream.m:
	Provide a definition for the type stream/1.

extras/*/*.m:
	Conform to the recent changes to the standard library.
2006-03-30 01:21:20 +00:00
..

Copyright (C) 2002 The University of Melbourne


Two library modules, lex and regex, provide facilities for the
construction of lexical analyzers and for string matching and search
and replace functionality respectively.

README.lex provides a brief introduction to the lex module.

README.regex provides a brief introduction to the regex module.

The Mmakefile includes instructions for building and installing these
libraries.