English Dictionary
tarsier
n : nocturnal arboreal primate of Indonesia and the Philippines
having huge eyes and digits ending in pads to facilitate
climbing; the only primate that spurns all plant material
as food living entirely on insects and small vertebrates
English Computing Dictionary
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)