erg-lang / erg

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

Complete grammar on visibility #398

Closed mtshiba closed 1 year ago

mtshiba commented 1 year ago

Resolve #240 and also add restricted variable syntax. This PR contains a destructive change because it prevents subclasses from accessing private variables in super classes.

However, finally, the example code change will not occur by introducing restricted variable syntax.

mtshiba commented 1 year ago

Reopened as #409.