caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Joel Reymont <joelr1@gmail.com>
To: Caml List <caml-list@inria.fr>
Subject: Re: ocamlbuild support for Menhir
Date: Fri, 30 Mar 2007 13:56:40 +0100	[thread overview]
Message-ID: <D6512183-669E-4817-B868-D50991664BD7@gmail.com> (raw)
In-Reply-To: <9204E98C-8BD1-4B8C-BB72-26D02870AAB0@gmail.com>

Please disregard the question. This is described in the User's Guide:

3.21 ocamllex, ocamlyacc and menhir

ocamlbuild knows how to run the standard lexer and parser generator  
tools ocamllex and ocamlyacc when your files have the standard .mll  
and .mly extensions.

If you want to use menhir instead of ocamlyacc, you can either launch  
ocamlbuild with the -use-menhir option or add a true: use_menhir line  
to your _tags file.

On Mar 30, 2007, at 1:17 PM, Joel Reymont wrote:

> Is there support for Menhir in ocamlbuild?
>
> Menhir uses the same 'mly' extension as ocamlyacc so I figure I  
> need to replace the default rule.

--
http://wagerlabs.com/






      parent reply	other threads:[~2007-03-30 12:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-30 12:17 Joel Reymont
2007-03-30 12:55 ` [Caml-list] " Nicolas Pouillard
2007-03-30 13:05   ` Joel Reymont
2007-03-30 13:09     ` Nicolas Pouillard
2007-03-30 12:56 ` Joel Reymont [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=D6512183-669E-4817-B868-D50991664BD7@gmail.com \
    --to=joelr1@gmail.com \
    --cc=caml-list@inria.fr \
    /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).