class Crystush::PushStacks

Defined in:

crystush/push_stacks.cr

Instance Method Summary

Instance Method Detail

def boolean_stack : Array(Bool) #

[View source]
def boolean_stack=(boolean_stack : Array(Bool)) #

[View source]
def code_stack : Array(String) #

[View source]
def code_stack=(code_stack : Array(String)) #

[View source]
def exec_stack : Array(String) #

[View source]
def exec_stack=(exec_stack : Array(String)) #

[View source]
def float_stack : Array(Float64) #

[View source]
def float_stack=(float_stack : Array(Float64)) #

[View source]
def integer_stack : Array(Int32) #

[View source]
def integer_stack=(integer_stack : Array(Int32)) #

[View source]
def to_s(io) #

[View source]