Parser

object Parser
class Object
trait Matchable
class Any
Parser.type

Value members

Concrete methods

def `object`(indent: Int, indentationStep: Int): Parser[EOBnd[EOExprOnly]]
def parse(code: String, indentationStep: Int): Either[String, EOProg[EOExprOnly]]
def program(indent: Int, indentationStep: Int): Parser0[EOProg[EOExprOnly]]