Files
mercury/extras/lex
Julien Fischer 2f13f76e98 Avoid warnings in extras and benchmarks.
benchmarks/prog/icfp2000_no_iostate/renderer.m:
    Avoid a warning about an unused module in ther interface.

extras/curs/curs.m:
    Delete an unused import.

extras/lex/lex.m:
    Replace state variables that are not updated.
2025-05-25 17:12:01 +10:00
..
2025-05-05 08:08:50 +10:00
2025-05-25 17:12:01 +10:00
2025-05-05 08:08:50 +10:00

% vim: ts=4 sw=4 et ff=unix

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.