erg-lang / erg

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

No error if parentheses are not closed #245

Open mtshiba opened 1 year ago

mtshiba commented 1 year ago

Describe the bug?

...

Reproducible code

print!(1
print!((1

Expected result

The error message "Parentheses not closed" is printed.

Actual result

The first one is passed, the second one is crashed.

Additional context

No response

Erg version

0.5.12

Python version

No response

OS

No response