Home | History | Annotate | Download | only in tutorial

Lines Matching full:lex

762         let rec lex = parser
764 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
784 [< 'Token.Kwd c; lex stream >]
793 | [< stream=lex >] ->
800 | [< stream=lex >] ->
814 | [< ' ('\n'); stream=lex >] -> stream
1389 let stream = Lexer.lex (Stream.of_channel stdin) in