Module kparser

Source
Expand description

KParser tracer API

Structs§

DummyTracer
A dummy tracer, no always we want trace the parser (maybe).
KParserError
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.
KParserTracer
Trace Trait to inject inside the parser to keep track what the parser is doing.

Type Aliases§

Result