Home | History | Annotate | Download | only in tutorial

Lines Matching full:lexer

110 This just adds lexer support for the unary and binary keywords, like we
300 simple support for the 'unary' keyword to the lexer. In addition to
766 // Lexer
769 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one
966 /// lexer and updates CurTok with its results.