The src/bind DirectoryΒΆ
Namespace bind. Binding uses to definitions.
File: libbind.* (src/bind/)
The interface of the
bindmodule. It exports two procedures,bindandrename.
File: binder.* (src/bind/)
The
bind::Bindervisitor. Binds uses to definitions (works on syntax without object).
File: renamer.* (src/bind/)
The
bind::Renamervisitor. Renames every identifier to a unique name (works on syntax without object).