| Regexp-MultiLanguage documentation | view source | Contained in the Regexp-MultiLanguage distribution. |
Regexp::MultiLanguage::BaseDialect - Takes care of most of the work of writing a dialect for Regexp::MultiLanguage
Version 0.03
Handles interfacing with the Parse::RecDescent grammar to simplify the code that must be written for a dialect of Regexp::MultiLanguage.
Dialect writers only need write the following functions:
wrapmatch_regexcomment_startmake_functionfunction_callBetter describe the process of building a new dialect.
Robby Walker, robwalker@cpan.org
Copyright 2006 Robby Walker, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Regexp-MultiLanguage documentation | view source | Contained in the Regexp-MultiLanguage distribution. |