From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id E6D8C7ED5C for ; Sun, 5 Aug 2012 15:36:14 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmgFAJJ1HlDAbSoIe2dsb2JhbABFFoVlsjsCgQUiAQEWJgQjgiABAQUjVhALCQ8CAiYCAhQYMYggBAeoVJFcFIENiimBV4QbMmADjXKHVoEVkVk X-IronPort-AV: E=Sophos;i="4.77,715,1336341600"; d="scan'208";a="169121164" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 05 Aug 2012 15:36:14 +0200 X-Envelope-From: oliver@first.in-berlin.de Received: from first (e178033072.adsl.alicedsl.de [85.178.33.72]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id q75DaCJ1030807 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 5 Aug 2012 15:36:12 +0200 Received: by first (Postfix, from userid 1000) id 044781540135; Sun, 5 Aug 2012 15:36:11 +0200 (CEST) Date: Sun, 5 Aug 2012 15:36:11 +0200 From: oliver To: Nicolas FRANCOIS Cc: caml-list@inria.fr, ocaml_beginners@yahoogroups.com Message-ID: <20120805133611.GA2047@siouxsie> References: <20120805140641.78eab414@gaston.baronie.vez> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20120805140641.78eab414@gaston.baronie.vez> User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: Re: [Caml-list] Two questions about lex/yacc and lablgtk/gl Hello, On Sun, Aug 05, 2012 at 02:06:41PM +0200, Nicolas FRANCOIS wrote: > Hi. > > I'd like to create a 3D dynamic geometry application. I developped > DrGeoCaml a few years ago, but it's now quite old, and my Caml practice > is a bit rusty. So a few questions to start on the right tracks : > > 1) I'd like to create a parser, with the help of ocamllex/yacc, but > I don't find the help pages very instructive. Is there a good > tutorial like "Ocamllex for complete numbs" ? [...] Ocamllex-Tutorial: http://plus.kaist.ac.kr/~shoh/ocaml/ocamllex-ocamlyacc/ocamllex-tutorial/ Ocamlyacc-Tutoprial: http://plus.kaist.ac.kr/~shoh/ocaml/ocamllex-ocamlyacc/ocamlyacc-tutorial/ Ciao, Oliver