Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
:=
as simple operator in Python (#1785)
Named expressions in Python use `:=` as operator. Therefore we need to include it in the language definition. Otherwise, the `access` value of a reference will not be set correctly.
- Loading branch information