From 7009e51c15ed51d716102540d5914e3d14a8a128 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 10 Jan 2019 00:11:30 +1100 Subject: Debug_String functions added to Packrat.Errors and Packrat.Tokens --- packrat_parser_lib_notes.txt | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'packrat_parser_lib_notes.txt') diff --git a/packrat_parser_lib_notes.txt b/packrat_parser_lib_notes.txt index 8e98d56..d9aca31 100644 --- a/packrat_parser_lib_notes.txt +++ b/packrat_parser_lib_notes.txt @@ -206,18 +206,6 @@ Is_End_Of_Line Is_Whitespace Not_Whitespace -(for syntax_trees) -To_String -Pretty_Print - -(for exception messages) -To_String -Pretty_Print - -(for tokens) -To_String -Pretty_Print - @@ -239,6 +227,8 @@ List of funcs: Valid_Message Valid_Identifier Valid_Identifier_Array +Debug_String + Join Encode Encode_Array @@ -259,6 +249,7 @@ Token (tagged, controlled, but not limited) List of funcs: Create Initialized +Debug_String Label Value @@ -274,6 +265,7 @@ List_of_datatypes: Parse_Graph List of funcs: +Debug_String -- cgit