ValueParser

class ValueParser(rootParse: Parser)(using x$2: Quotes) extends Parser with QuatMaking

Should check that something is a null-constant basically before anything else because null-constant can match anything e.g. a (something: SomeValue) clause. Found this out when tried to do just '{ (infix: InfixValue) } and 'null' matched it

trait Parser
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object InferQuat
Inherited from
QuatMakingBase

Value members

Concrete methods

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

Inherited methods

def apply(input: Expr[_])(using History): Ast
Inherited from
Parser
override
def existsEncoderFor(using Quotes)(tpe: TypeRepr): Boolean
Definition Classes
Inherited from
QuatMaking