[][src]Module piske::visitor::symbol

Type computation abstract syntax tree visitor.

This module contains the trait and implementation for walking an abstract syntax tree and filling in the symbol table. No previous annotation information needs to exist.

Traits

SymbolDefineVisitor

Trait for symbol definition visitor; implemented for all abstract syntax tree nodes.