module Lit::Debug

Extended Modules

Defined in:

lit/debug.cr

Instance Method Summary

Instance Method Detail

def s_expr(exprs : Array(Expr)) : String #

[View source]
def s_expr(expr : Expr::Binary) : String #

[View source]
def s_expr(expr : Expr::Unary) : String #

[View source]
def s_expr(expr : Expr::Literal) : String #

[View source]
def s_expr(expr : Expr::Grouping) : String #

[View source]
def s_expr(expr : Expr::Logical) : String #

[View source]
def s_expr(expr : Expr::Variable) : String #

[View source]
def s_expr(expr : Expr::Ternary) : String #

[View source]
def s_expr(expr : Expr::Assign) : String #

[View source]