Regexp::MultiLanguage::BaseDialect - Takes care of most


Regexp-MultiLanguage documentation  | view source Contained in the Regexp-MultiLanguage distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.03

SYNOPSIS

Top

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

Top

Better describe the process of building a new dialect.

SEE ALSO

Top

Regexp::MultiLanguage

AUTHOR

Top

Robby Walker, robwalker@cpan.org

COPYRIGHT & LICENSE

Top


Regexp-MultiLanguage documentation  | view source Contained in the Regexp-MultiLanguage distribution.