class Ven::Suite::QBox

Defined in:

ven/suite/quote.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(tag : Ven::Suite::QTag, name : QSymbol, params : Array(String), given : Quotes, namespace : Hash(QSymbol, Quote)) #

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def given : Array(Ven::Suite::Quote) #

def given=(given : Array(Ven::Suite::Quote)) #

def name : Ven::Suite::QSymbol #

def name=(name : Ven::Suite::QSymbol) #

def namespace : Hash(Ven::Suite::QSymbol, Ven::Suite::Quote) #

def namespace=(namespace : Hash(Ven::Suite::QSymbol, Ven::Suite::Quote)) #

def params : Array(String) #

def params=(params : Array(String)) #

def tag : QTag #

def to_s(io) #

Lisp-like pretty-printing.

Use Qtos for Ven-like results.


Macro Detail

macro defquote!(*fields) #