rcl/grammar/bison
Ruud van Asseldonk 816a00745f Optionally allow a colon after "else" in grammar
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.
2024-07-31 21:46:23 +02:00
..
grammar.y Optionally allow a colon after "else" in grammar 2024-07-31 21:46:23 +02:00