Parser

What is Parser???
What is the usage of it??Pls Explain
what i meant to say is… what it does actually??

2008/8/22 Newb N. [email protected]:

What is Parser???
What is the usage of it??Pls Explain
what i meant to say is… what it does actually??

Ever heard of Goole or Wikipedia?

robert

Newb N. wrote:

What is Parser???
What is the usage of it??Pls Explain
what i meant to say is… what it does actually??

“Parse” means “cut into chunks”.

In computing science it means to cut a string up into tokens, so a
computer can
then do something with each one.

There is no one “parser” for Ruby programs. There is the Ruby parser,
YAML
parsers, XML parsers, etc.