parsers property

Map<Symbol, Parser> parsers
read / write

Map of baked parsers, where the key for every parser is their type's symbol.

Implementation

static Map<Symbol, Parser> parsers