diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 parle version 0.6.0 ] { +Extension [ <persistent> extension #115 parle version 0.6.1 ] { - Classes [9] { Class [ <internal:parle> class Parle\ErrorInfo ] { @@ -48,11 +48,11 @@ Extension [ <persistent> extension #115 parle version 0.6.0 ] { Class [ <internal:parle> class Parle\Lexer ] { - Constants [5] { - Constant [ integer FLAG_REGEX_ICASE ] { 1 } - Constant [ integer FLAG_REGEX_DOT_NOT_LF ] { 2 } - Constant [ integer FLAG_REGEX_DOT_NOT_CR_LF ] { 4 } - Constant [ integer FLAG_REGEX_SKIP_WS ] { 8 } - Constant [ integer FLAG_REGEX_MATCH_ZERO_LEN ] { 16 } + Constant [ integer ICASE ] { 1 } + Constant [ integer DOT_NOT_LF ] { 2 } + Constant [ integer DOT_NOT_CRLF ] { 4 } + Constant [ integer SKIP_WS ] { 8 } + Constant [ integer MATCH_ZERO_LEN ] { 16 } } - Static properties [0] { @@ -115,11 +115,11 @@ Extension [ <persistent> extension #115 parle version 0.6.0 ] { Class [ <internal:parle> class Parle\RLexer extends Parle\Lexer ] { - Constants [5] { - Constant [ integer FLAG_REGEX_ICASE ] { 1 } - Constant [ integer FLAG_REGEX_DOT_NOT_LF ] { 2 } - Constant [ integer FLAG_REGEX_DOT_NOT_CR_LF ] { 4 } - Constant [ integer FLAG_REGEX_SKIP_WS ] { 8 } - Constant [ integer FLAG_REGEX_MATCH_ZERO_LEN ] { 16 } + Constant [ integer ICASE ] { 1 } + Constant [ integer DOT_NOT_LF ] { 2 } + Constant [ integer DOT_NOT_CRLF ] { 4 } + Constant [ integer SKIP_WS ] { 8 } + Constant [ integer MATCH_ZERO_LEN ] { 16 } } - Static properties [0] { |