class Ven::Parselet::PBinary

Overview

Parses a binary operation into a QBinary: 2 + 2, 2 is "2", 1 ~ 2 etc.

Defined in:

ven/parselet/led.cr

Constant Summary

NOT_FOLLOWS = "IS"

These operators may be followed by a not:

Instance Method Summary

Instance methods inherited from class Ven::Parselet::Led

parse(parser : Reader, tag : QTag, left : Quote, token : Token) parse, precedence : UInt8 precedence

Constructor methods inherited from class Ven::Parselet::Led

new(precedence : UInt8) new

Instance Method Detail

def parse(parser, tag, left, token) #

[View source]