Home | History | Annotate | Download | only in tutorial

Lines Matching full:lexer

636 Kaleidoscope: we extend the lexer, the parser, the AST and the code
638 extend the lexer. As before, this is pretty trivial, the code looks like
877 // Lexer
880 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one
1096 /// lexer and updates CurTok with its results.