summaryrefslogtreecommitdiff
path: root/src/packrat-lexer-combinators.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/packrat-lexer-combinators.ads')
-rw-r--r--src/packrat-lexer-combinators.ads12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/packrat-lexer-combinators.ads b/src/packrat-lexer-combinators.ads
index b690a63..98df3d5 100644
--- a/src/packrat-lexer-combinators.ads
+++ b/src/packrat-lexer-combinators.ads
@@ -125,23 +125,11 @@ package Packrat.Lexer.Combinators is
generic
EOL_Item : in Element;
- function Line_Start
- (Input : in Element_Array;
- Start : in Positive)
- return Combinator_Result;
-
- generic
- EOL_Item : in Element;
function Line_End
(Input : in Element_Array;
Start : in Positive)
return Combinator_Result;
- function Input_Start
- (Input : in Element_Array;
- Start : in Positive)
- return Combinator_Result;
-
generic
EOF_Item : in Element;
function Input_End