class Ven::Suite::QBinary

Defined in:

ven/suite/quote.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(tag : Ven::Suite::QTag, operator : String, left : Quote, right : Quote) #

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def left : Ven::Suite::Quote #

def left=(left : Ven::Suite::Quote) #

def operator : String #

def operator=(operator : String) #

def right : Ven::Suite::Quote #

def right=(right : Ven::Suite::Quote) #

def tag : QTag #

def to_s(io) #

Lisp-like pretty-printing.

Use Qtos for Ven-like results.


Macro Detail

macro defquote!(*fields) #