parser
parser
[′pär·sər] (computer science)
The portion of a computer program that carries out parsing operations.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
parser
(language)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.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
parser
A routine that analyzes a continuous flow of text-based input and breaks it into its constituent parts. See parse.Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 2003-2025 Farlex, Inc
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.