Manages the inline parsers used by a more complex context switch parser.
new(parsers:Array<InlineParser>)
Creates a new InlineParserManager object.
InlineParserManager
addParser(parser:InlineParser):Void
getParser(context:Int):InlineParser