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§

  • Macro for making a function that will create an OpParser for parsing a specific set of operators.

Functions§