core-lang / core

The Core Programming Language
https://core-lang.dev
MIT License
45 stars 1 forks source link

support semicolon inference #71

Open soc opened 1 year ago

soc commented 1 year ago

Treat a newline as ; except when:

https://pling.jondgoodwin.com/post/semicolon-inference/

soc commented 1 year ago

A not-up-to-date work-in-progress draft is in https://github.com/core-lang/core/pull/74.