Fix bug in assignment parsing.

This commit is contained in:
Stephen Chung
2021-11-01 09:55:50 +08:00
parent b23bdb6d13
commit 2ea86c3987
2 changed files with 33 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ Version 1.1.1
Bug fixes
---------
* Assignment to indexing expression with dot expressions inside no longer cause a compilation error.
* The `no_module` and `internals` features now work together without a compilation error.
* String literal operations (such as `"hello" + ", world"`) now optimizes correctly.