Hacker News new | ask | show | jobs
by dukoid 232 days ago
I was assuming it's something similar to PL/0 but the grammar looks quite extensive...
1 comments

Basically Algol, but with gratuitous "SET" to simplify parsing assignment statements, and without generic "BEGIN" braces: those are baked into "DO"/"THEN"/"ELSE".

You can probably straightforwardly translate it to Golang by running through a C preprocessor with an obvious set of macros.