hugo/docs/content/en/quick-reference/glossary/lexer.md
2025-02-13 10:40:34 +01:00

5 lines
196 B
Markdown

---
title: lexer
---
A _lexer_ is a software component that identifies keywords, identifiers, operators, numbers, and other basic building blocks of a programming language within the input text.