Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复数组下标调用bug #244

Merged
merged 2 commits into from
Mar 19, 2023
Merged

修复数组下标调用bug #244

merged 2 commits into from
Mar 19, 2023

Conversation

DQinYuan
Copy link
Collaborator

#169

QLExpress 一直存在数组下标运算后无法进行取属性或者继续取下标的 bug,比如下面两个运算:

  • l[0].a.b
  • l[0].a[0]

PR 通过修改语法树解析将其修复。

@DQinYuan DQinYuan requested a review from pymBupt March 12, 2023 07:43
@DQinYuan DQinYuan merged commit e8785c1 into master Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant