Home | History | Annotate | Download | only in tutorial

Lines Matching full:lexer

437         <{lexer,parser}.ml>: use_camlp4, pp(camlp4of)
460 * Lexer Tokens
463 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
475 lexer.ml:
479 * Lexer
870 let stream = Lexer.lex (Stream.of_channel stdin) in