Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 17:55
· 148 commits to master since this release

Fixed

  • Fix find_identifier_physical() not working correctly when targeting macro
    arguments.
  • find_references() now correctly ignores named parameter port connections.

Changed

  • The interface to traverse the AST searching for the declaration of a target
    identifier now returns both the declaration node as well as the matching
    identifier node within the declaration. Previously, only one of these values
    was returned.
  • find_all_module_instantiations() now returns the top-level instantiation
    node instead of its identifer node.
  • find_all_declarations() no longer performs a recursive search by default.
  • Remove NkPortConnection in favor of more specialized node types for port and
    parameter port connections.