parsing

Advanced 💻 Tech / IT

Definition

The computational equivalent of diagramming sentences, where programs break down input into digestible chunks to understand its structure. This process involves analyzing syntax, identifying components, and determining relationships—basically teaching computers to read like very literal English teachers. When it fails, you get error messages that make less sense than the original problem.

Example Usage

The XML parsing error meant the entire data import failed because someone forgot a closing bracket three thousand lines ago.

Source: Computer science terminology

Related Terms