![]() |
What does reached end of file while parsing mean? |
[Edit] |
[Edit]
Answer
Found this on the web, hopes it helps:
tarbo
Posts: 219 Re: reached end of file while parsing error
Posted: May 3, 2007 5:49 AM in response to: jlnickymaster
Reply
The compiler was parsing your code and was expecting another token--in this case, likely an ending brace: '}'--but instead reached the end of the stream.
In layman's terms, you're missing a brace to close your class definition.
First answer by ID404055731. Last edit by ID404055731. Question popularity: 15 [recommend question]





