Fix indexing parsing.

This commit is contained in:
Stephen Chung
2022-05-17 11:06:34 +08:00
parent c7aea45d4b
commit 04df4d2547
3 changed files with 84 additions and 100 deletions

View File

@@ -9,6 +9,7 @@ Bug fixes
* Self-contained `AST` now works properly with `Engine::call_fn`.
* Missing `to_int` from `Decimal` is added.
* Parsing of index expressions is relaxed and many cases no longer result in an index-type error to allow for custom indexers.
Deprecated API's
----------------