class CLTK::Parser::ParseStack::OutputStackVisitor

Overview

Resolve the Productions Callbacks into the AST Tree

Defined in:

cltk/parser/parse_stack.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

in?(collection : Array | Set) in?

Class Method Detail

def self.new(env : Environment, procs : ProcsType) #

[View source]

Instance Method Detail

def resolve(tree : Tuple(Int32, Array(CLTK::Parser::StackType), Array(CLTK::StreamPosition))) #

[View source]
def resolve(value : CLTK::Type) #

[View source]
def resolve(value : Array) #

[View source]