Crate proclet_utils

Source
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.