Quartz 4

Home

❯

Chomsky Hierarchy

Chomsky Hierarchy

Feb 07, 20261 min read

Definition

The Chomsky hierarchy classifies a Formal Language based on the structure of its generating grammar or recognizing automaton.

  1. Type 3: Regular Language (Finite Automaton)
  2. Type 2: Context-Free Language (Pushdown Automaton)
  3. Type 1: Context-Sensitive Language (Linear Bounded Automaton)
  4. Type 0: Recursively Enumerable Language (Turing Machine)

Containment

Type 3 ⊂ Type 2 ⊂ Type 1 ⊂ Type 0.


Graph View

  • Definition
  • Containment

Backlinks

  • Automata Theory
  • Context-Free Language

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community