Closed Madgvox closed 2 months ago
byte[]'s ToString prints System.Byte[]. This is not helpful when diagnosing the state of the parser when an error occurs, so I instead print the UTF8 encoded string version of the buffer. I also print the position for good measure.
byte[]
ToString
System.Byte[]
@Madgvox If this isn't going to move forward I'm going to close it without merging.
byte[]
'sToString
printsSystem.Byte[]
. This is not helpful when diagnosing the state of the parser when an error occurs, so I instead print the UTF8 encoded string version of the buffer. I also print the position for good measure.