Module moore_svlog::resolver[][src]

Expand description

Name resolution.

This module implements the infrastructure to describe scopes and resolve names in them.

Structs

A definition in a scope.

Visibility of a definition.

One local scope.

A scope.

A location of a node within its enclosing scope.

Enums

A node that generates a definition.

Any AST node that can be instantiated.

A local scope kind.

Traits

Anything that can be converted to a ScopedNode.

Marker trait for AST nodes that generate a scope.

Functions

Determine the scope generated by a node.