Comment on Show HN: Eyot, A programming language where the GPU is just another threadparentComments−steeleduncanOP6moIt uses the same trick as Go [1]. The grammar has semicolons, but the tokeniser silently inserts them for ease of use. I think quite a few languages do it now[1] https://go.dev/doc/effective_go#semicolons
Comments
It uses the same trick as Go [1]. The grammar has semicolons, but the tokeniser silently inserts them for ease of use. I think quite a few languages do it now
[1] https://go.dev/doc/effective_go#semicolons