Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

02 Language Implementation

❯

01 Concept

❯

Lexing Tokenization

Lexing - Tokenization

Feb 10, 20261 min read

  • language-implementation
  • compilation
  • lexing

Lexing - Tokenization

← Back to Compilation Pipeline

The first stage of compilation that converts raw source code text into a sequence of tokens (keywords, identifiers, operators, literals). The lexer strips whitespace and comments, producing a flat stream of meaningful language elements.

Key Properties

  • Source Code to Tokens

language-implementation compilation lexing


Graph View

  • Lexing - Tokenization
  • Key Properties

Backlinks

  • Compilation Pipeline
  • Source Code to Tokens

Created with Quartz v4.5.2 © 2026

  • GitHub