summaryrefslogtreecommitdiff
path: root/test/packrat-lexer-debug.ads
diff options
context:
space:
mode:
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)