Function resolve
pub fn resolve(commons: Commons) -> Result<ResolvedCommons, Vec<CompileError>>Expand description
Resolve names in a single-file (or already-merged) commons. Use this
entry point only for self-contained Bynk programs. For multi-file
projects and uses-resolving commons, use resolve_file against a
pre-built combined symbol table.