summaryrefslogtreecommitdiff
path: root/src/packrat-parsers.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/packrat-parsers.ads')
-rw-r--r--src/packrat-parsers.ads5
1 files changed, 0 insertions, 5 deletions
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."=");