1 unstable release

0.1.0 Jul 23, 2024

#408 in Programming languages

Download history 106/week @ 2024-07-21 9/week @ 2024-07-28 12/week @ 2024-08-11 12/week @ 2024-08-18 31/week @ 2024-08-25 21/week @ 2024-09-01 8/week @ 2024-09-08 36/week @ 2024-09-15 28/week @ 2024-09-22 24/week @ 2024-09-29 4/week @ 2024-10-06

94 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.6–2.3MB
~41K SLoC