Parser.parseBlockSequenceEntry

Event parseBlockSequenceEntry(Flag!"first" first)() @safe

block_sequence ::= BLOCK-SEQUENCE-START (BLOCK-ENTRY block_node?)* BLOCK-END Parse an entry of a block sequence. If first is true, this is the first entry.