Parser-combinator library for the Mage language.
const parser = b.git("github.com/blessedbythestorm/mage-parser");
@import parser.parser exports the Parser(T) trait plus byte-level
combinators (literal, take_until, escaped_string, whitespace, digit, choice,
repeat, separated, …).