|
ParserA software component that scans data fed into it and extracts or processes parts of it in some way. For example, an XML parser will read through an XML document and might be used to build an array representing the contents. Another example of parsing is when a command line program takes in options passed to it and makes sense of them (including making sure they are valid) so that it can tailor its behaviour accordingly. |
