English Dictionary
◊ PASSERO
Passero
n : the Spanish Navy was destroyed by France and England while
attempting to recover Sicily and Sardinia from Italy
(1719) [syn: {Passero}, {Cape Passero}, {Passero Cape}]
English Computing Dictionary
◊ DID YOU MEAN PARSER?
parser
An {algorithm} or program to determine the
syntactic structure of a sentence or string of symbols in some
language. A parser normally takes as input a sequence of
{tokens} output by a {lexical analyser}. It may produce some
kind of {abstract syntax tree} as output. One of the best
known {parser generators} is {yacc}.
(1997-07-21)