From c2a9fe7a776234a305861c4bec27aada8a8d831d Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Tue, 5 Nov 2013 12:14:04 +0000 Subject: [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rst Original patch by Damien Schoof llvm-svn: 194067 --- llvm/docs/tutorial/OCamlLangImpl2.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/docs/tutorial') diff --git a/llvm/docs/tutorial/OCamlLangImpl2.rst b/llvm/docs/tutorial/OCamlLangImpl2.rst index 83a22ab22d4..905b306746f 100644 --- a/llvm/docs/tutorial/OCamlLangImpl2.rst +++ b/llvm/docs/tutorial/OCamlLangImpl2.rst @@ -339,6 +339,9 @@ expression: (* Eat the binop. *) Stream.junk stream; + (* Parse the primary expression after the binary operator *) + let rhs = parse_primary stream in + (* Okay, we know this is a binop. *) let rhs = match Stream.peek stream with -- cgit v1.2.3