inkytonik / cooma

The Cooma project is investigating secure programming language design based on fine-grained object capabilities.
Mozilla Public License 2.0
3 stars 2 forks source link

Add operator syntax #44

Closed inkytonik closed 3 years ago

inkytonik commented 3 years ago

E.g., things like x + y turning into Ints.add(x, y). The plan is to desugar these things in a separate pass before the main type-checker, compilation etc.

inkytonik commented 3 years ago

First version in #51