ifBranchContent function

Parser ifBranchContent()

Implementation

Parser ifBranchContent() => ref0(element)
    .starLazy(
      ref0(elsifTag).or(ref0(elseTag)).or(ref0(endIfTag)),
    )
    .labeled('ifBranchContent');