From f156c2303f8df44e4e797433b2c2818ce8ebd346 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jul 2023 08:11:26 +0200 Subject: update to 0.8.5 build out of sources tree --- REFLECTION | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1d8ccfe..6e812eb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 parle version 0.8.4 ] { +Extension [ extension #123 parle version 0.8.5 ] { - Constants [1] { Constant [ bool Parle\INTERNAL_UTF32 ] { } @@ -259,7 +259,7 @@ Extension [ extension #122 parle version 0.8.4 ] { Property [ public $reduceId = 0 ] } - - Methods [18] { + - Methods [19] { Method [ public method token ] { - Parameters [1] { @@ -390,6 +390,13 @@ Extension [ extension #122 parle version 0.8.4 ] { } - Return [ int ] } + + Method [ public method readBison ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } } } @@ -417,7 +424,7 @@ Extension [ extension #122 parle version 0.8.4 ] { Property [ public $reduceId = 0 ] } - - Methods [18] { + - Methods [19] { Method [ public method token ] { - Parameters [1] { @@ -548,6 +555,13 @@ Extension [ extension #122 parle version 0.8.4 ] { } - Return [ int ] } + + Method [ public method readBison ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } } } -- cgit