caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe Filliatre <Jean-Christophe.Filliatre@lri.fr>
To: Hendrik Tews <tews@tcs.inf.tu-dresden.de>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] C++ grammar for ocamlyacc
Date: Wed, 16 Jan 2002 09:31:38 +0100 (MET)	[thread overview]
Message-ID: <15429.14954.364471.23334@pc803.lri.fr> (raw)
In-Reply-To: <15428.26565.620305.646318@gargle.gargle.HOWL>


Hendrik Tews writes:
 > Dear all,
 > 
 > does anybody know about a C++ frontend (lexer + parser + ...) for ocaml?

ocamlyacc syntax  being the same  as yacc's (regardless  the actions),
you can re-use  any yacc grammar for C++. Even a  (f)lex lexer for C++
is of interest, giving you the regular expressions.

A bit  of searching on the  web will bring you  many lex/yacc grammars
for  C++,  as  for  instance  this one  following  the  ISO  standard:
http://www.sigala.it/sandro/software.html#grammars

Hope this helps,
-- 
Jean-Christophe Filliatre (http://www.lri.fr/~filliatr)

-------------------
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


      reply	other threads:[~2002-01-16  8:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-15 17:32 Hendrik Tews
2002-01-16  8:31 ` Jean-Christophe Filliatre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15429.14954.364471.23334@pc803.lri.fr \
    --to=jean-christophe.filliatre@lri.fr \
    --cc=caml-list@inria.fr \
    --cc=tews@tcs.inf.tu-dresden.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).