erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.63k stars 54 forks source link

Strange compile-time crash #336

Closed C-BJ closed 1 year ago

C-BJ commented 1 year ago

Describe the bug?

image

Reproducible code

assert {something} = {something} if only assert {something} =. Then there will be error instead of crashes

Expected result

No response

Actual result

No response

Additional context

No response

Erg version

0.6.1

Python version

Python3.11.x

OS

Windows 11