The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::BoolFindGrep::Bool - parse and/or solve context matching of a boolean expressions.

VERSION

version 0.03

SYNOPSIS

DESCRIPTION

METHODS

expression

Scalar with the original boolean expression.

lazy_checker

Uses Perl's interpreter to check syntax of expressions.

lazy_solver

USes Perl's interpreter to evaluate the expressions.

operands

Array reference to a operands' list of expression.

operands_collector

Search operands and populate operands array reference.

operators

Dictionary to boolean expressions.

parse

Array reference with parser processing result of expression.

parse_expr

Process expression.

tokenizer

Search and mark tokens to split into an array.

OPTIONS

ERRORS

DIAGNOSTICS

EXAMPLES

ENVIRONMENT

FILES

CAVEATS

BUGS

RESTRICTIONS

NOTES

AUTHOR

Ronaldo Ferreira de Lima aka jimmy <jimmy at gmail>.

HISTORY

SEE ALSO