Michael2109 / cobalt

The Cobalt programming language
GNU Lesser General Public License v3.0
37 stars 10 forks source link

Parse EOF with the module parser #484

Closed Michael2109 closed 6 years ago

Michael2109 commented 6 years ago

Currently if parsing completes before the whole file is read it is considered to be successfully parsing. Instead a check should be made to ensure the end of the file has been reached.