fmease / lushui

The reference compiler of the Lushui programming language
Apache License 2.0
5 stars 0 forks source link

Syntax for type ascription #90

Open fmease opened 3 years ago

fmease commented 3 years ago

If syntactically unambiguous, copy Lean's (EXPR : TYPE).

fmease commented 1 month ago

Actually, now with pi types being prefixed with For, there no longer is any ambiguity. We can simply go for EXPR : TYPE and yeet core's the :)