Home | History | Annotate | Download | only in tutorial

Lines Matching full:lex

631         let rec lex = parser
633 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
653 [< 'Token.Kwd c; lex stream >]
662 | [< stream=lex >] ->
669 | [< stream=lex >] ->
676 | [< ' ('\n'); stream=lex >] -> stream
890 let stream = Lexer.lex (Stream.of_channel stdin) in