summaryrefslogtreecommitdiff
path: root/test/packrat-lexer-debug.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-04-20 15:49:56 +1000
committerJed Barber <jjbarber@y7mail.com>2020-04-20 15:49:56 +1000
commit42d3982f1e6335cb99c382ddd91c324e5fa458ad (patch)
treefe7208dc36dd42d82552d7d1044d9ebb6a4ea570 /test/packrat-lexer-debug.ads
parentd8e6a2bcf74f1059f83c681e646fd8a22876e737 (diff)
Updated and fixed tests, fixed Pass_Forward array sliding bug
Diffstat (limited to 'test/packrat-lexer-debug.ads')
-rw-r--r--test/packrat-lexer-debug.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/packrat-lexer-debug.ads b/test/packrat-lexer-debug.ads
index a1cb768..05d05b2 100644
--- a/test/packrat-lexer-debug.ads
+++ b/test/packrat-lexer-debug.ads
@@ -46,9 +46,13 @@ package Packrat.Lexer.Debug is
(This : in Lexer_Context)
return Result_Status;
+ function Has_Pass
+ (This : in Lexer_Context)
+ return Boolean;
+
function Pass
(This : in Lexer_Context)
- return access Element_Array;
+ return Element_Array;
function Length
(Vec : in Token_Vector)