Home | History | Annotate | Download | only in tutorial

Lines Matching full:lex

892         let rec lex = parser
894 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
914 [< 'Token.Kwd c; lex stream >]
923 | [< stream=lex >] ->
930 | [< stream=lex >] ->
945 | [< ' ('\n'); stream=lex >] -> stream
1669 let stream = Lexer.lex (Stream.of_channel stdin) in