Robby Walker > Regexp-MultiLanguage-0.03 > Regexp::MultiLanguage::BaseDialect

Download:
Regexp-MultiLanguage-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source  

NAME ^

Regexp::MultiLanguage::BaseDialect - Takes care of most of the work of writing a dialect for Regexp::MultiLanguage

VERSION ^

Version 0.03

SYNOPSIS ^

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:

wrap
match_regex
comment_start
make_function
function_call

TODO ^

Better describe the process of building a new dialect.

SEE ALSO ^

Regexp::MultiLanguage

AUTHOR ^

Robby Walker, robwalker@cpan.org

COPYRIGHT & LICENSE ^

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.