The parser now supports automatic semicolon insertion. It can be enabled/disabled when the Parser object is created (a parameter of the constructor). We should plan to have a command-line option for the compiler so that automatic semicolon insertion can be disabled (to check for proper style).
Marc