1 unstable release

0.1.0 Jul 23, 2024

#433 in Programming languages

33 downloads per month
Used in 8 crates (2 directly)

MIT license

66KB
2K SLoC

Binds symbols from the AST into a symbol map from ID to a node representation. The binder's only job is to create a data structure of all scopes and the symbols that those scopes define. The resolver is then able to do scope-aware name resolution in the next step.

Dependencies

~1.7–2.4MB
~42K SLoC