+Parsing is the process of analyzing a string of symbols, often [text](/wiki/Text) or [code](/wiki/Code), according to the rules of a formal [grammar](/wiki/Grammar). It breaks down input into components, often producing a structured representation like a [parse tree](/wiki/Parse_Tree) for further processing.
+## See also
+- [Lexing](/wiki/Lexing)
+- [Syntax](/wiki/Syntax)
+- [Compiler](/wiki/Compiler)
... 1 more lines