Expand description
This library is used for parsing MCVM package scripts
§Features:
schema
: Enable generation of JSON schemas using theschemars
crate
Modules§
- conditions
- Parsing for conditions, used in if instructions
- instruction
- Parsing for most instructions, with the exception of a few complex ones
- lex
- Token generation from a string, which is passed into the parser
- parse
- General parsing
- routine
- Things related to package script routines
- vars
- Things related to script variables
Macros§
- unexpected_
token - Throw an anyhow error about an unexpected token at a position
Enums§
- Fail
Reason - Reason why the package reported a failure