Rex Parser (rexlang-parser)
This crate parses token streams into the Rex AST (rex-ast), producing a Program { decls, expr }
or a list of parse errors with spans.
Usage
use Token;
use Parser;
Limits and metering
ParserLimits: controls syntactic nesting limitsparse_program: optional gas metering viarexlang-util