class Ven::Parselet::PIntoBool

Overview

Parses an into-bool expression into a QIntoBool: x is 4?, [1, 2, false]?, etc.

Defined in:

ven/parselet/led.cr

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]