Mercurial > pub > Impl
comparison Lib/IMPL/Text/Parser/Player.pm @ 278:4ddb27ff4a0b
core refactoring
author | cin |
---|---|
date | Mon, 04 Feb 2013 02:10:37 +0400 |
parents | 4267a2ac3d46 |
children |
comparison
equal
deleted
inserted
replaced
277:6585464c4664 | 278:4ddb27ff4a0b |
---|---|
2 use strict; | 2 use strict; |
3 use warnings; | 3 use warnings; |
4 | 4 |
5 use parent qw(IMPL::Object); | 5 use parent qw(IMPL::Object); |
6 use IMPL::Class::Property; | 6 use IMPL::Class::Property; |
7 use IMPL::Class::Property::Direct; | |
8 | 7 |
9 use IMPL::Text::Parser::Chunk; | 8 use IMPL::Text::Parser::Chunk; |
10 | 9 |
11 my %opCodesMap = ( | 10 my %opCodesMap = ( |
12 IMPL::Text::Parser::Chunk::OP_REGEXP , &MatchRegexp , | 11 IMPL::Text::Parser::Chunk::OP_REGEXP , &MatchRegexp , |