class X::Syntax::InfixInTermPosition
class X::Syntax::InfixInTermPosition does X::Syntax { }
Syntax error thrown when the parser expects a term, but finds an infix operator instead.
For example
1, => 2;
dies with
===SORRY!===
Preceding context expects a term, but found infix => instead
Methods
method infix
method infix(--> Str:D)
Returns the symbol of the infix that was found in term position.