Computer Science Canada Reached end of file while parsing |
Author: | Chinmay [ Sun Jan 06, 2008 9:17 pm ] |
Post subject: | Reached end of file while parsing |
The title says it all, what does it mean a compiling error "Reached end of file while parsing on line x" |
Author: | Tony [ Mon Jan 07, 2008 12:26 am ] |
Post subject: | RE:Reached end of file while parsing |
You are probably missing a closing bracket somewhere. The parser is looking for the expected end-statement, but since it's not there, it gets to the end of the file. |