saphyr-serde/parser/src
Ethiraric ccf6394d9f Add more debug prints.
When running tests that involve 2 runs of the parser, one with the
`StrInput` and another with the `BufferedInput`, the output of debug
prints can be confusing as it's unclear where one parser ends parsing
and the other starts. These 2 prints allow us to know when each is
started and, if one errors but not the other, to know which did.
2024-10-19 18:53:18 +02:00
..
input Make StrInput type publicly visible 2024-10-13 14:43:33 +02:00
char_traits.rs Fix rustdoc warnings. 2024-10-13 16:21:37 +02:00
debug.rs Fix debug_prints in release mode. 2024-07-14 17:00:10 +02:00
input.rs Fix rustdoc warnings. 2024-10-13 16:21:37 +02:00
lib.rs Fix rustdoc warnings. 2024-10-13 16:21:37 +02:00
parser.rs Add more debug prints. 2024-10-19 18:53:18 +02:00
scanner.rs Fix infinite loop on {.... 2024-10-19 04:14:50 +02:00