Version 4 of parser

Updated 2006-08-25 17:31:37

A parser is a routine or program that analyses the structure of some input according to a formal grammar [L1 ]. Examples would be various XML parsers, a BibTeX parser, and the parser for Tcl itself.

Almost all programs include parsers - at least if they read a file and process it to perform a (possibly useful) action. Excel, Word, OpenOffice, Photoshop and so on all contain parsers.


See also Syntax parsing in Tcl, LogParser, grammatical analysis, parsetcl.


[ Category Glossary ]