NAME

Sub::Lambda::Grammar

DESCRIPTION

Defines the lambda grammar for Sub::Lambda::Filter.

METHODS

parse($string)

Runs a Parse::RecDescent parser on its in put with a grammar defined in this module. In effect, translates embedded lambda expressions to Perl code.

AUTHOR

Anton Tayanovskyy <name.surname@gmail.com>

COPYRIGHT & LICENSE

Copyright 2008 Anton Tayanovskyy. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Sub::Lambda::Filter