Crate specmc_base

Source
Expand description

A library with common code for parsing Minecraft specification.

Modules§

parse
Module for parsing tokens.
tokenize
Module for tokenizing strings.

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