package
0.4.0-alpha
Repository: https://github.com/ddp-projekt/kompilierer.git
Documentation: pkg.go.dev
# Functions
create a new resolver to resolve the passed AST.
# Structs
holds state to resolve the symbols of an AST and its nodes and checking if they are valid fills the ASTs SymbolTable while doing so
even though it is a visitor, it should not be used seperately from the parser all it's VisitX return values are dummy returns
TODO: add a snychronize method like in the parser to prevent unnessecary errors.