Search unanswered questions...
Enter a question here...

What does reached end of file while parsing mean?

[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.


Improve Answer Discuss the question "What does reached end of file while parsing mean?" Watch Question

First answer by ID404055731. Last edit by ID404055731. Question popularity: 15 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > What does reached end of file while parsing mean?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
Reached end of file while parsing?  You reached end of file while parsing how do you fix this error?