yhirose / cpp-peglib

A single file C++ header-only PEG (Parsing Expression Grammars) library
MIT License
884 stars 112 forks source link

Improved peglint trace format #88

Closed yhirose closed 4 years ago

yhirose commented 4 years ago

This pull request supersedes #77.

Does show:

Doesn't not show:

mingodad commented 2 years ago

Is it possible to add a description of the output for the --trace option ? For example what is the meaning of o [Identifier] #148 , o Identifier #148, x [Identifier] #148, x Identifier #148, I mean what o / x mean and also what's the difference between [Identifier] and Identifier, ...