From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
To: OCAML <caml-list@inria.fr>
Subject: Re: [Caml-list] nosy p4 question
Date: Wed, 23 Jan 2002 21:21:05 +0100 [thread overview]
Message-ID: <20020123212105.A18949@verdot.inria.fr> (raw)
In-Reply-To: <861yggx2fn.fsf@speakeasy.org>; from itz@speakeasy.org on Wed, Jan 23, 2002 at 12:00:44PM -0800
Hi,
On Wed, Jan 23, 2002 at 12:00:44PM -0800, Ian Zimmerman wrote:
> Just how does camlp4 manage to change the toplevel input sytax? The
> toplevel has no -pp option ..
To get the normal OCaml syntax + streams & parsers, type:
#load "camlp4o.cma";;
To get the revised syntax, type:
#load "camlp4r.cma";;
You can afterwards change syntax or add syntax extensions by loading the
corresponding cmo or cma file.
--
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/
-------------------
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
next prev parent reply other threads:[~2002-01-23 20:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-23 20:00 Ian Zimmerman
2002-01-23 20:21 ` Daniel de Rauglaudre [this message]
2002-01-23 20:36 ` Ian Zimmerman
2002-01-23 21:29 ` Daniel de Rauglaudre
2002-01-23 22:09 ` Ian Zimmerman
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=20020123212105.A18949@verdot.inria.fr \
--to=daniel.de_rauglaudre@inria.fr \
--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