mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
6 lines
196 B
Markdown
6 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.
|