DTStack / DTStack/dt-python-parser
:= operator is valid in Python 3.13.0 but fails parsing with DT Python Parser
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 25
- Fork
- 7
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Try parsing the following Python code:
`x = 1
print(x := 3)`
You will get a tree full of error nodes. NoViableAltException appears to be thrown but caught and passed back.
That code is valid, though. I ran that in Python 3.13.0 as screenshotted here to demonstrate the code is valid:
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.