parser
n.
program which divides textual input into smaller sections and processes them (Computers); one who analyzes words or sentences (Grammar)
Parsing
In
computer science and
linguistics, parsing (more formally syntactic analysis) is the process of analyzing a sequence of
tokens to determine its grammatical structure with respect to a given
formal grammar. A parser is the component of a
compiler that carries out this task.Parsing transforms input text into a data structure, usually a tree, which is suitable for later processing and which captures the implied hierarchy of the input.
Lexical analysis creates tokens from a sequence of input characters and it is these tokens that are processed by a parser to build a data structure such as
parse tree or
abstract syntax trees.
See more at Wikipedia.org...
parser
Noun
1. a computer program that divides code up into functional components; "compilers must parse source code in order to translate it into object code"
(hypernym) program, programme, computer program, computer programme
(part-holonym) compiler, compiling program
Parser (der)
n.
parser, program which divides textual input into smaller sections and processes them (Computers); one who analyzes words or sentences (Grammar)
Parser
(n.)
One who parses.
Webster's Revised Unabridged Dictionary (1913), edited by Noah Porter.
About