In the early stages, I did a big test with trying to remove the semicolon (
after each statement. That really
made the code look so much easier to read. I managed to get the syntax/parser to do this, except for a few
corner cases, with the
if statement if I remember correctly. I used the same way as Go, just let the
Lexer insert semi-colons at certain points.