Parser.lexer

The lexer associated with the parser.

struct Parser(L, Flag!"preserveWhitespace" preserveWhitespace = No.preserveWhitespace)
package
L lexer;

Meta