Home | History | Annotate | Download | only in syntax

Lines Matching refs:Perl

37 	ErrInvalidPerlOp         ErrorCode = "invalid or unsupported Perl syntax"
62 PerlX // allow Perl extensions
69 Perl = ClassNL | OneLine | PerlX | UnicodeGroups // as close to Perl as possible
233 // In Perl it is not allowed to stack repetition operators:
873 // Perl character class escape.
944 // parsePerlFlags parses a Perl flag setting or non-capturing group or both,
954 // (?<name>expr) the .NET alteration, adopted by Perl 5.10
955 // (?'name'expr) another .NET alteration, adopted by Perl 5.10
957 // Perl 5.10 gave in and implemented the Python version too,
992 // Non-capturing group. Might also twiddle Perl flags.
1294 // Perl accepts any text at all; it ignores all text
1337 // the Perl word-boundary \b as the C backspace \b
1338 // when in POSIX mode. In Perl, /\b/ means word-boundary
1379 // parsePerlClassEscape parses a leading Perl character class escape like \d
1554 // Perl: - is okay anywhere.
1583 // Look for Perl character class symbols (extension).