summaryrefslogtreecommitdiff
path: root/packrat_parser_lib_notes.txt
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2019-01-10 00:11:30 +1100
committerJed Barber <jjbarber@y7mail.com>2019-01-10 00:11:30 +1100
commit7009e51c15ed51d716102540d5914e3d14a8a128 (patch)
tree6a271a11429758c4364e79a9d7b42a6feca44f8e /packrat_parser_lib_notes.txt
parent81f7e19f212f9d1ac75e04e62933e6c918219cfc (diff)
Debug_String functions added to Packrat.Errors and Packrat.Tokens
Diffstat (limited to 'packrat_parser_lib_notes.txt')
-rw-r--r--packrat_parser_lib_notes.txt16
1 files changed, 4 insertions, 12 deletions
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