SpecMC Base
A library with common code for parsing Minecraft specification.
Examples
use ;
let mut tokens: = tokenize;
tokens.reverse;
let lit_bool: Literal = parse.unwrap;
let lit_int: Literal = parse.unwrap;
let lit_float: Literal = parse.unwrap;
let lit_str: Literal = parse.unwrap;
let ident: Identifier = parse.unwrap;
println!;