Skip to content

py-v1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mishamsk mishamsk released this 05 Jan 20:22
· 1 commit to main since this release
py-v1.0.0-beta.2
809fc8d

💥 Fixed/Breaking

  • Reworked macro var expression lexing, to properly account for trailing terminating dots. This is a breaking change, as the token types emitted by the lexer have changed. Now instead of one token MacroVarExpr for the entire expression, a sequence of MacroVarResolve, MacroString and optional MacroVarTerm are emitted. by @mishamsk in #10

Full Changelog: py-v1.0.0-beta.1...py-v1.0.0-beta.2