mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
When I initially converted from the "if-then-else" keyword syntax to the colon-based one, during development I put the colon in, then later I removed it again, but I was still unsure. Now, after having used the syntax for some time, my feeling is that there should be a colon after all. Nim got it right. So put it back. Because it's easy to stay backwards compatible here, make the colon optional. We can make it mandatory at some point in the future, but even making the autoformatter put it there is probably a strong enough push. |
||
|---|---|---|
| .. | ||
| grammar.y | ||