- Timestamp:
- 06/12/05 23:49:04 (4 years ago)
- svk:copy_cache_prev:
- 6338
- Files:
-
- 1 modified
-
src/pge/PGE/P6Rule.pir (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/pge/PGE/P6Rule.pir
r4571 r4574 57 57 $P0 = find_global "PGE::P6Rule", "p6rule_parse_alias" 58 58 p6meta['$<'] = $P0 59 p6meta['@<'] = $P0 60 p6meta['%<'] = $P0 59 61 p6meta['$0'] = $P0 60 62 p6meta['$1'] = $P0 … … 409 411 inc pos # skip past '$' 410 412 if token == '$<' goto name # $< == named capture 413 if token == '@<' goto name # @< == named capture 414 if token == '%<' goto name # %< == named capture 411 415 $I0 = pos # aha, numeric capture 412 416 plen = lex["plen"] # now let's scan for digits
