adaptivemd.ChainedParser

class adaptivemd.ChainedParser(parent, child)[source]

Parser that represents the chained application of two parser

__init__(parent, child)[source]

Methods

__init__(parent, child)
parse(scheduler, action) Parse a single action