Expand description
kproc-parser is a minimal procedural macros parser that produce a convenient AST by including only the necessary code.
Modules§
- kdiagnostic
- kparser
- KParser tracer API
- kproc_
macros - core module that implement the basic concept used inside the parser.
- macros
- proc_
macro - proc_macro by exporting just the correct proc_macro API.
- rust
- module that implement the API to parse a subset
of rust code by providing
KTokenStream
.
Macros§
- build_
error - emit a compiler error
- check
- error
- emit a compiler error
- parse_
visibility - trace
- warn
- emit a warning when the expression is verified