Parser

object Parser

Frontend for Parser.

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Parser.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def isPar(s: String): Boolean

Checks if CMD is brackets only.

Checks if CMD is brackets only.

Value parameters:
s

string to check

def parse(s: String): List[ANY]

Parses an arbitrary string.

Parses an arbitrary string.

Value parameters:
s

string to parse

def pline(s: String): List[ANY]

Parses a single line.

Parses a single line.

Value parameters:
s

string to parse