From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id F3D62BB81 for ; Fri, 18 Nov 2005 17:34:47 +0100 (CET) Received: from smtp15.wanadoo.fr (smtp15.wanadoo.fr [193.252.23.84]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jAIGYlZ9029629 for ; Fri, 18 Nov 2005 17:34:47 +0100 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1502.wanadoo.fr (SMTP Server) with ESMTP id 9363C700008A for ; Fri, 18 Nov 2005 17:34:45 +0100 (CET) Received: from wwinf1532 (wwinf1532 [172.22.146.106]) by mwinf1502.wanadoo.fr (SMTP Server) with ESMTP id 88CAC7000081; Fri, 18 Nov 2005 17:34:45 +0100 (CET) X-ME-UUID: 20051118163445560.88CAC7000081@mwinf1502.wanadoo.fr Message-ID: <29147408.1132331685551.JavaMail.www@wwinf1532> From: yoann padioleau Reply-To: padator@wanadoo.fr To: skaller Subject: Re: [Caml-list] ocamlyacc -- can i tell it to be quiet? Cc: Sebastian Egner , caml-list@yquem.inria.fr Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [193.54.76.165] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~||~| X-WUM-REPLYTO: |~| Date: Fri, 18 Nov 2005 17:34:45 +0100 (CET) X-Miltered: at nez-perce with ID 437E02A7.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocamlyacc:01 grammar:01 const:01 extern:01 grammar:01 syntax:01 ocaml:01 haskell:01 btw:02 talks:03 long:05 long:05 barrier:05 quite:06 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 > > > BTW, I dont know if your grammar talks about C, but in C you can even write > > "long const extern long a;" > > The grammar in question is the Felix grammar, which is a kind > of hybrid syntax between C++ and ML. It make no pretense > of being an upgrade of C++ syntactically .. however I do > try to keep enough familiar things in it that it won't > be quite as scary as Ocaml or Haskell. You should put a around such statements :) Did you intentionnaly post your previous message to be able to get more attention on felix :) > > Felix uses "vlong" for C's "long long" .. not hard to > learn, but every new thing you have to learn is a barrier > to acceptance. > > -- > John Skaller > Felix, successor to C++: http://felix.sf.net > > >