Skip to content

wit-compiler: v0.2.0

Compare
Choose a tag to compare
@Michael-F-Bryan Michael-F-Bryan released this 11 Apr 13:09
03f1691

0.2.0 (2024-04-11)

Features

  • Added a query that extracts the names and pointers for all items in a file (59318aa)
  • Automatically implement HasIdent and HasAttr for strongly-typed AST nodes (70cfd37)
  • Created a GetByIndex trait which makes it easier to navigate the HIR (f823461)
  • Implemented a hover_info() query (f823461)
  • Instrument all queries using tracing (396c89b)
  • Parsing now generates syntax error diagnistics (c41877e)
  • Syntax errors are emitted while parsing (c6003b3)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • tree-sitter-wit bumped from 0.1.0 to 0.2.0