mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 03:13:40 +00:00
15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
% 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.
|