From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id TAA24481; Fri, 12 Oct 2001 19:38:37 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA24314 for ; Fri, 12 Oct 2001 19:38:36 +0200 (MET DST) Received: from abel (nat.umh.ac.be [193.190.193.1]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f9CHcaD26121 for ; Fri, 12 Oct 2001 19:38:36 +0200 (MET DST) Received: from abel ([127.0.0.1] helo=localhost ident=trch) by abel with esmtp (Exim 3.32 #1 (Debian)) id 15s6Hr-0000Mj-00; Fri, 12 Oct 2001 19:39:55 +0200 Date: Fri, 12 Oct 2001 19:39:54 +0200 (CEST) Message-Id: <20011012.193954.41799135.debian00@tiscalinet.be> To: caml-list@inria.fr Subject: Re: [Caml-list] Test release Objective Caml 3.03 Alpha From: Christophe TROESTLER In-Reply-To: <20011012150027.A16644@pauillac.inria.fr> References: <20011012150027.A16644@pauillac.inria.fr> X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN) X-Spook: cryptographic FBI plutonium Noriega jihad PLO Waco, Texas cracking smuggle Ortega X-Mailer-URL: http://www.mew.org/ X-Operating-System: GNU/Linux (http://www.linux.org/) X-Blessing: Om Ah Hum Vajra Guru Pema Siddhi Hum Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, 12 Oct 2001, Xavier Leroy wrote: > > An alpha release of what should eventually be Objective Caml 3.03 [...] I just tried the alpha release out of curiosity [it compiles without problem on my Debian Linux x86 box BTW] and used it on some of my code. That triggered the following questions. > Q2: I get a syntax error when I try to compile a program using stream > parsers. > > A2: Stream parser now require camlp4. It is included in the > distribution, and you just need to use "ocamlc -pp camlp4o" in > place of "ocamlc". * Does the above means it is not possible anymore to use "parser" under the interactive system? * Since camlp4 does not support the Bigarray notation (.{...}), does that imply that programs using parsers must not use it (or then--when possible--be divided into several sources that are compiled separately)? ChriS P.S. I am in the process of learning OCaml, so please excuse if the above questions have obvious answers. ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr