Crate kproc_parser

Source
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