TITLE ^

PGE::Glob - Parse and compile glob notation

DESCRIPTION ^

A parser for shell-stype glob notation.

Functions ^

new(STR class [, PMC exp1 [, PMC exp2]])

Creates and returns a new Exp object of class, initializing min/max/greedy/etc. values and exp1 and exp2 objects if provided.

glob_error(STR pattern, PMC lex, STR message)

output an error message

glob_parse_alt(STR pattern, PMC lex)

Parse alternations of the form {a,b,c} where a,b, and c are the alternatives.

AUTHOR ^

 Jonathan Scott Duff
 duff@pobox.com

 Character class support added by Patrick R. Michaud (pmichaud@pobox.com)


parrot