Expand description
A library with common code for parsing Minecraft specification.
Modules§
Macros§
- ensure
- Ensure that the given condition is true, otherwise return the given value.
- ensure_
tokens - Ensure that the next tokens in the list match the given tokens. This will remove the tokens from the list. Tokens are checked in reverse order.
- tokenize