rust-peg
rust-peg copied to clipboard
Give tokens the same treatment as rules in trace output
Right now rust-peg generates trace output for rules only, any info on token matches / mismatches is absent from the trace output. Please consider giving tokens the same treatment as rules in the trace output. This will make it much less confusing.