Reached end of file while parsing
Author |
Message |
Chinmay
|
Posted: 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" |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Tony

|
Posted: 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. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
 |
|
|