Lines Matching full:lexer
110 This just adds lexer support for the unary and binary keywords, like we
272 simple support for the 'unary' keyword to the lexer. In addition to
710 <{lexer,parser}.ml>: use_camlp4, pp(camlp4of)
733 * Lexer Tokens
736 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
755 lexer.ml:
759 * Lexer
1389 let stream = Lexer.lex (Stream.of_channel stdin) in