-
Notifications
You must be signed in to change notification settings - Fork 4
Semantic model
Matheus Dias de Souza edited this page May 11, 2024
·
4 revisions
A symbol solver that resolves references across the program is not available as part of this project.
If you wish to create one, consider defining the semantic model first.
Define symbols for a semantic model with the help of the SModel crate, which provides an arena-oriented inheritance symbol declaration with dynamic dispatch for Rust.
Attaching symbols to nodes is really simple.