mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 21:35:49 +00:00
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.
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.