parse3Statements

ostrat.pParse.pAST.parse3Statements

Function object for parseing blockMems to an Expr.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(implicit inp: RArr[BlockMem]): EMon[Expr]

Tries to Parses a sequence of block members to an Expr. So an original String of "4' will return a Good natural integer expression. but "4;" will return a Good Statement sequence of one Statement.

Tries to Parses a sequence of block members to an Expr. So an original String of "4' will return a Good natural integer expression. but "4;" will return a Good Statement sequence of one Statement.

Attributes