Crate mcvm_parse
source ·Expand description
This library is used for parsing MCVM package scripts
Modules
- Parsing for conditions, used in if instructions
- Parsing for most instructions, with the exception of a few complex ones
- Token generation from a string, which is passed into the parser
- General parsing
- Things related to package script routines
- Things related to script variables
Macros
- Throw an anyhow error about an unexpected token at a position
Enums
- Reason why the package reported a failure