Expand description
KParser tracer API
Structs§
- Dummy
Tracer - A dummy tracer, no always we want trace the parser (maybe).
- KParser
Error - Generic error where with an specific token Tree and and error message that it is used to generate the diagnostic later.
Traits§
- KParser
- KParser generic parser that it is used to parse any kind of token stream.
- KParser
Tracer - Trace Trait to inject inside the parser to keep track what the parser is doing.