class Lingo::Visitor

Defined in:

lingo/visitor.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def visit(node) #

Depth-first visit this node & children, calling handlers along the way.


[View source]

Macro Detail

macro create_registry #

[View source]
macro enter(rule_name, &block) #

[View source]
macro exit(rule_name, &block) #

[View source]