Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
lexeme
A minimal lexical unit of a language. {Lexical
analysis} converts strings in a language into a list of
lexemes. For a programming language these word-like pieces
would include keywords, identifiers, literals and
punctuation. The lexemes are then passed to the parser for
syntactic analysis.
(1996-04-06)