caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* DELETE_RULE arguments?
@ 2009-07-19 12:34 Serge Leblanc
  2009-07-21 22:35 ` [Caml-list] " Serge Leblanc
  2009-07-22 10:03 ` blue storm
  0 siblings, 2 replies; 5+ messages in thread
From: Serge Leblanc @ 2009-07-19 12:34 UTC (permalink / raw)
  To: caml-list


[-- Attachment #1.1: Type: text/plain, Size: 691 bytes --]

Hi,
In the following scenario, I would like to remove the first rule of
expr. But I can't find the good arguments for the command DELETE_RULE.

$ rlwrap ocaml -I +camlp4 -I +ulex 
# #load "camlp4rf.cma" ;;
# #load "pa_ulex.cma" ;
# open Camlp4.PreCast ;
# Gram.Entry.print Format.std_formatter Syntax.expr ;
# DELETE_RULE Gram Syntax.expr: "lexer"; OPT "|"; LIST0 [ regexp; "->";
expr ] SEP "|" END ; 
Unbound value regexp

Otherwise, is there a way to know if the active syntax, is the revised
or not?

Thank you.
--
Serge Leblanc
gpg --keyserver  hkp://keyserver.ubuntu.com:11371 --recv-keys 0x33243C1B
Fingerprint = 066C 005F 5595 D85C 7673  D969 1DD4 90C4 3324 3C1B

[-- Attachment #1.2: Type: text/html, Size: 1273 bytes --]

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-22 12:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-19 12:34 DELETE_RULE arguments? Serge Leblanc
2009-07-21 22:35 ` [Caml-list] " Serge Leblanc
2009-07-22  7:26   ` blue storm
2009-07-22 12:54     ` Serge Leblanc
2009-07-22 10:03 ` blue storm

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