class Ven::Suite::QRuntimeSymbol

Defined in:

ven/suite/quote.cr

Constructors

Instance Method Summary

Macro Summary

Instance methods inherited from class Ven::Suite::QSymbol

clone clone, tag : QTag tag, to_s(io) to_s, value : String value, value=(value : String) value=

Constructor methods inherited from class Ven::Suite::QSymbol

new(tag : Ven::Suite::QTag, value : String) new

Constructor Detail

def self.new(tag, value : _) #

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def tag : QTag #

def to_s(io) #

Lisp-like pretty-printing.

Use Qtos for Ven-like results.


def value : String #

def value=(value) #

Macro Detail

macro defquote!(*fields) #