GenericExpressionsParser

class GenericExpressionsParser(val rootParse: Parser)(using x$2: Quotes, x$3: TranspileConfig) extends Parser with PropertyParser
trait Parser
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from:
PropertyParser
Inherited from:
PropertyParser

Value members

Concrete methods

def attempt: History ?=> PartialFunction[Expr[_], Ast]

Inherited methods

def apply(input: Expr[_])(using History): Ast
Inherited from:
Parser

Concrete fields

Implicits

Inherited implicits

implicit val qctx: Quotes
Inherited from:
PropertyParser