Parsing is just process of analyse the string of character and find the tokens from that string and parser is a component of interpreter and compiler.It uses lexical analysis and then
syntactic analysis.It parse it and then compile this code after this whole process of compilation.