Currently the exception just say something like in "<unicode string>", line 15, column 3 could not find expected ':'
We should catch the error and raise our own with a more helpful message, i.e. change the line number to relate the file and refer to the filename itself too
Currently the exception just say something like
in "<unicode string>", line 15, column 3 could not find expected ':'
We should catch the error and raise our own with a more helpful message, i.e. change the line number to relate the file and refer to the filename itself too