py-v1.0.0-beta.2
Pre-release
Pre-release
💥 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 ofMacroVarResolve
,MacroString
and optionalMacroVarTerm
are emitted. by @mishamsk in #10
Full Changelog: py-v1.0.0-beta.1...py-v1.0.0-beta.2