Back to Content

Parser

files/en-us/glossary/parser/index.md

latest308 B
Original Source

A parser is the module of a compiler or interpreter that {{glossary("parse","parses")}} a source code file.

More generally, it's a piece of software that parses text and transforms its content to another representation.

See also