lexeme A minimal lexical unit of a language. converts strings in a language into a list of lexemes. For a programming language these word-like pieces would include , , s and punctutation. The lexemes are then passed to the for syntactic analysis. (1996-04-06)