From c7195329c60123b2363ba13863f6951a21d0ff57 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 23 Jan 2021 02:38:49 +1100 Subject: Implementation detail docs, some old notes removed --- doc/error_strings.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/error_strings.html (limited to 'doc/error_strings.html') diff --git a/doc/error_strings.html b/doc/error_strings.html new file mode 100644 index 0000000..db9318d --- /dev/null +++ b/doc/error_strings.html @@ -0,0 +1,32 @@ + + + + + + + Error Strings - Packrat Docs + + + + + + +

Error Strings

+ + Return to Contents + + +

CAUTION: This is implementation information and should not be + relied upon in any way when using the library.

+ +

The format used in the exception message error strings is:
+
+ s<SYMBOL_NAME>p<NUMBER>
+
+ There is one of these substrings for every error encountered, all concatenated + together in arbitrary order.

+ + + + + -- cgit