Small update - Implemented comments
So I just implemented comments for our language. The language now supports single-line comments. The symbol # (hash) is used to write comments, just like in GDScript. Anything to the right of # character in a line gets ignored when tokenizing. It was by far the easiest thing to implement.