Expand description
§proclet-utils
This crate provides the define_ops
macro for defining sets of operators that can be parsed
with proclet::OpParser
, and the rust_op_parser
function for creating an OpParser
that
will parse all the operators used in the Rust language.
Macros§
- define_
ops - Macro for making a function that will create an
OpParser
for parsing a specific set of operators.
Functions§
- rust_
op_ parser - Parse operators defined by the Rust language.