v0.15.0
Minor Changes
-
#975
46b1dde
Thanks @OmarTawfik! - renameQueryResult
toQueryMatch
, and itsbindings
tocaptures
. -
#971
be943b7
Thanks @Xanewok! - RenameRuleKind
toNonterminalKind
,TokenKind
toTerminalKind
, andNodeLabel
toEdgeLabel
. -
#963
a5593f9
Thanks @Xanewok! - Introduce aDiagnostic
API for compiler errors, warnings etc.
Patch Changes
-
#996
cdc153d
Thanks @OmarTawfik! - add support for version0.8.26
. -
#983
ea31417
Thanks @ggiraldez! - Expose the language root non-terminal kind atLanguage.rootKind()
. -
#965
61b6b06
Thanks @OmarTawfik! - refactor CST building and querying utilities into a separatemetaslang_cst
crate. -
#997
84ad856
Thanks @OmarTawfik! - Support stack assignments in Yul before0.5.0
.