degory / ghul

compiler for the ghūl programming language
https://ghul.dev
GNU Affero General Public License v3.0
4 stars 0 forks source link

Rename iterator property to iter method #1104

Open degory opened 8 months ago

degory commented 8 months ago

Rename the iterator property on the Iterable[T] trait to iter() and make it a method.

Bootstrapping this change might require temporarily retaining the old name as well