inko-lang / inko

A language for building concurrent software with confidence

Home Page:http://inko-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove support for class literal syntax

yorickpeterse opened this issue · comments

The 0.15.0 release changes the syntax for creating instances from Class { @field = value } to Class(field: value). The parser still supports the old syntax, and the formatter turns it into the new syntax. Once 0.15.0 is released, we should remove all remaining support for the old syntax.