From 74c0cef4d8df724b921b09f75a731c1e0d777a2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Mar 2018 05:46:21 +0100 Subject: v0.8.1 --- REFLECTION | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8e22352..a69a0dd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 parle version 0.7.3 ] { +Extension [ extension #119 parle version 0.8.1 ] { - Constants [1] { Constant [ boolean Parle\INTERNAL_UTF32 ] { } @@ -29,9 +29,9 @@ Extension [ extension #118 parle version 0.7.3 ] { Class [ class Parle\Token ] { - Constants [3] { - Constant [ integer EOI ] { 0 } - Constant [ integer UNKNOWN ] { 65535 } - Constant [ integer SKIP ] { 65534 } + Constant [ public integer EOI ] { 0 } + Constant [ public integer UNKNOWN ] { 65535 } + Constant [ public integer SKIP ] { 65534 } } - Static properties [0] { @@ -52,11 +52,11 @@ Extension [ extension #118 parle version 0.7.3 ] { Class [ class Parle\Lexer ] { - Constants [5] { - 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 } + Constant [ public integer ICASE ] { 1 } + Constant [ public integer DOT_NOT_LF ] { 2 } + Constant [ public integer DOT_NOT_CRLF ] { 4 } + Constant [ public integer SKIP_WS ] { 8 } + Constant [ public integer MATCH_ZERO_LEN ] { 16 } } - Static properties [0] { @@ -132,11 +132,11 @@ Extension [ extension #118 parle version 0.7.3 ] { Class [ class Parle\RLexer ] { - Constants [5] { - 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 } + Constant [ public integer ICASE ] { 1 } + Constant [ public integer DOT_NOT_LF ] { 2 } + Constant [ public integer DOT_NOT_CRLF ] { 4 } + Constant [ public integer SKIP_WS ] { 8 } + Constant [ public integer MATCH_ZERO_LEN ] { 16 } } - Static properties [0] { @@ -220,14 +220,14 @@ Extension [ extension #118 parle version 0.7.3 ] { Class [ class Parle\Parser ] { - Constants [8] { - Constant [ integer ACTION_ERROR ] { 0 } - Constant [ integer ACTION_SHIFT ] { 1 } - Constant [ integer ACTION_REDUCE ] { 2 } - Constant [ integer ACTION_GOTO ] { 3 } - Constant [ integer ACTION_ACCEPT ] { 4 } - Constant [ integer ERROR_SYNTAX ] { 0 } - Constant [ integer ERROR_NON_ASSOCIATIVE ] { 1 } - Constant [ integer ERROR_UNKOWN_TOKEN ] { 2 } + Constant [ public integer ACTION_ERROR ] { 0 } + Constant [ public integer ACTION_SHIFT ] { 1 } + Constant [ public integer ACTION_REDUCE ] { 2 } + Constant [ public integer ACTION_GOTO ] { 3 } + Constant [ public integer ACTION_ACCEPT ] { 4 } + Constant [ public integer ERROR_SYNTAX ] { 0 } + Constant [ public integer ERROR_NON_ASSOCIATIVE ] { 1 } + Constant [ public integer ERROR_UNKNOWN_TOKEN ] { 2 } } - Static properties [0] { @@ -363,14 +363,14 @@ Extension [ extension #118 parle version 0.7.3 ] { Class [ class Parle\RParser ] { - Constants [8] { - Constant [ integer ACTION_ERROR ] { 0 } - Constant [ integer ACTION_SHIFT ] { 1 } - Constant [ integer ACTION_REDUCE ] { 2 } - Constant [ integer ACTION_GOTO ] { 3 } - Constant [ integer ACTION_ACCEPT ] { 4 } - Constant [ integer ERROR_SYNTAX ] { 0 } - Constant [ integer ERROR_NON_ASSOCIATIVE ] { 1 } - Constant [ integer ERROR_UNKOWN_TOKEN ] { 2 } + Constant [ public integer ACTION_ERROR ] { 0 } + Constant [ public integer ACTION_SHIFT ] { 1 } + Constant [ public integer ACTION_REDUCE ] { 2 } + Constant [ public integer ACTION_GOTO ] { 3 } + Constant [ public integer ACTION_ACCEPT ] { 4 } + Constant [ public integer ERROR_SYNTAX ] { 0 } + Constant [ public integer ERROR_NON_ASSOCIATIVE ] { 1 } + Constant [ public integer ERROR_UNKNOWN_TOKEN ] { 2 } } - Static properties [0] { -- cgit