>Also: Could we get rid of the trailing ';' somehow in the grammar? You mean have an implicit ; before end braces, like this:
int main() { write("Hello, world!\n"); return 0 } ? Probably possible, but I don't know if it's a good idea...
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum Wed, 25 May 2016 06:22:36 -0700
>Also: Could we get rid of the trailing ';' somehow in the grammar? You mean have an implicit ; before end braces, like this:
int main() { write("Hello, world!\n"); return 0 } ? Probably possible, but I don't know if it's a good idea...