j
k
j a
j l
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...
Back to the thread
Back to the list