If you have an assignment you want help with, describe the goal, any requirements and post YOUR code to show what you've done.
Then we'll help you get from where you are to where its done.
PS- please surround your c++ code with code tags:
[code=c++]
// your code here
[/code]
Murtan
Practically a Master Poster
671 posts since May 2008
Reputation Points: 344
Solved Threads: 116
A parser is a computerprogram and does not have to be in C++.
It can be written in any convienient language.
From wiki :
A parser is one of the components in an interpreter or compiler, which checks for correct syntax and builds a data structure (often some kind of parse tree, abstract syntax tree or other hierarchical structure) implicit in the input tokens. The parser often uses a separate lexical analyser to create tokens from the sequence of input characters. Parsers may be programmed by hand or may be semi-automatically generated (in some programming language) by a tool (such as Yacc) from a grammar written in Backus-Naur form.
ddanbe
Senior Poster
3,829 posts since Oct 2008
Reputation Points: 2,070
Solved Threads: 661
I'm surprised the filter didn't list this as profanity, when it doesn't even allow the mildest things....
MosaicFuneral
Posting Virtuoso
1,691 posts since Nov 2008
Reputation Points: 888
Solved Threads: 116