parse1BlockStructure

ostrat.pParse.pAST.parse1BlockStructure

Function object to parse the brace delineated syntax block syntax structure from the input Token sequence.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(implicit tokens: RArr[Token]): EArr[BlockMem]

Function apply method to parse the brace delineated block syntax structure from the input Token sequence.

Function apply method to parse the brace delineated block syntax structure from the input Token sequence.

Attributes