From e56d6c906e876d76b9e9c0526491d5d7472a13af Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 13 Jan 2019 00:32:20 +1100 Subject: All lexer combinators except Many and Many_Until now functional --- src/packrat-lexer-combinators.ads | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/packrat-lexer-combinators.ads') 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 @@ -123,13 +123,6 @@ 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 @@ -137,11 +130,6 @@ package Packrat.Lexer.Combinators is 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 -- cgit