From 670e21a7aa4b1eb9ed1862a4faa7e0d62d0899cf Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 10 Jan 2019 23:29:16 +1100 Subject: Test framework for Lexer Combinators --- packrat_parser_lib_notes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packrat_parser_lib_notes.txt') diff --git a/packrat_parser_lib_notes.txt b/packrat_parser_lib_notes.txt index 40b2820..8c6117c 100644 --- a/packrat_parser_lib_notes.txt +++ b/packrat_parser_lib_notes.txt @@ -221,10 +221,10 @@ Take Take_While Take_Until -Start_Of_Line -End_Of_Line -Start_Of_Input -End_Of_Input +Line_Start +Line_End +Input_Start +Input_End -- cgit