J-F-Liu / pom

PEG parser combinators using operator overloading without macros.
MIT License
496 stars 30 forks source link

Add 'trace' feature to be used in 'name'd parsers. #63

Closed nigeleke closed 7 months ago

nigeleke commented 7 months ago

The trace feature enables a very simplistic trace of calls to parsers. The trace occurs for all named parsers.

cargo test --features="trace" -- --show-output.