Lines Matching full:lexer
13 use the lexer, built in `Chapter 1 <OCamlLangImpl1.html>`_, to build a
104 (which is returned as three tokens by the lexer) into an AST that could
149 creates a ``Ast.Number`` node, advances the lexer to the next token, and
154 production and returns the lexer buffer with the next token (which is
555 lexer, parser, and AST builder. With this done, the executable will
600 <{lexer,parser}.ml>: use_camlp4, pp(camlp4of)
606 * Lexer Tokens
609 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
621 lexer.ml:
625 * Lexer
887 let stream = Lexer.lex (Stream.of_channel stdin) in