Home | History | Annotate | Download | only in tutorial

Lines Matching full:lex

482         let rec lex = parser
484 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
504 [< 'Token.Kwd c; lex stream >]
513 | [< stream=lex >] ->
520 | [< stream=lex >] ->
527 | [< ' ('\n'); stream=lex >] -> stream
870 let stream = Lexer.lex (Stream.of_channel stdin) in