mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 08:40:09 -04: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.
|