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 KAA12417; Tue, 14 May 2002 10:54:16 +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 KAA12413 for ; Tue, 14 May 2002 10:54:15 +0200 (MET DST) Received: from tcs.inf.tu-dresden.de (tcs.inf.tu-dresden.de [141.76.75.101]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g4E8sF926582 for ; Tue, 14 May 2002 10:54:15 +0200 (MET DST) Received: from ithif51 (ithif51 [141.76.75.51]) by tcs.inf.tu-dresden.de (8.12.0.Beta7/8.12.0.Beta7) with ESMTP id g4E8sEZL002814 for ; Tue, 14 May 2002 10:54:14 +0200 (MET DST) Received: from tews by ithif51 with local (Exim 3.12 #1 (Debian)) id 177Y4U-0008H5-00 for ; Tue, 14 May 2002 10:54:14 +0200 From: Hendrik Tews MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15584.53430.617638.167762@gargle.gargle.HOWL> Date: Tue, 14 May 2002 10:54:14 +0200 (CEST) To: caml-list@inria.fr Subject: [Caml-list] incorporating OCAMLRUNPARAM=p into the standard library X-Mailer: VM 6.75 under Emacs 20.7.2 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Dear all, OCAMLRUNPARAM=p is a great help in debugging ocamlyacc parsers. The only problem is, that once set, also the ocaml compiler enters the parser debugging mode. Therefore I would like to suggest to provide a function in the standard library that sets and clears the 'p' flag in OCAMLRUNPARAM (more presicely, sets and clears the variable parser_trace). Probably OCAMLRUNPARAM=b could also benefit from being accessable from the standard library. Bye, Hendrik ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners