Home | History | Annotate | Download | only in tutorial

Lines Matching full:lex

579         let rec lex = parser
581 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
601 [< 'Token.Kwd c; lex stream >]
610 | [< stream=lex >] ->
617 | [< stream=lex >] ->
624 | [< ' ('\n'); stream=lex >] -> stream
949 let stream = Lexer.lex (Stream.of_channel stdin) in