Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

02 Language Implementation

❯

01 Concept

❯

Parsing (Compilation)

Parsing (Compilation)

Feb 10, 20261 min read

  • language-implementation
  • compilation
  • parsing

Parsing (Compilation)

← Back to Compilation Pipeline

Transforms a flat token stream into a hierarchical Abstract Syntax Tree (AST) according to the language’s grammar. The parser validates syntactic structure and reports syntax errors with location information.

Key Properties

  • Tokens to AST

language-implementation compilation parsing


Graph View

  • Parsing (Compilation)
  • Key Properties

Backlinks

  • Compilation Pipeline
  • Tokens to AST

Created with Quartz v4.5.2 © 2026

  • GitHub