From c5f78d029ff16b8ee0f92186c0bfe6304a53d968 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 13 Jan 2021 19:15:56 +1100 Subject: Lexer now is sure to slide input arrays to start with 1 --- src/packrat-parsers.ads | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/packrat-parsers.ads') diff --git a/src/packrat-parsers.ads b/src/packrat-parsers.ads index 1e058dc..7edddb7 100644 --- a/src/packrat-parsers.ads +++ b/src/packrat-parsers.ads @@ -468,11 +468,6 @@ package Packrat.Parsers is private - -- refactor Finish_Type from Parse_Graphs into Packrat and use here and in Lexers - - -- does the lexer handle input that doesn't start from 1 at the beginning? - - package Elem_Holds is new Ada.Containers.Indefinite_Holders (Element_Type => Traits.Element_Array, "=" => Traits."="); -- cgit