mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
e51423589e
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
6 lines
292 B
Text
6 lines
292 B
Text
Parser-MGC is a base class which provides a framework for building
|
|
recursive-descent parsers. It takes its name from the m//gc regular
|
|
expressions it uses to parse data into tokens.
|
|
|
|
The module is well-documented. This build also includes a detailed
|
|
tutorial and a number of simple examples.
|