Dan Bensen
2007-07-11 21:12:29 UTC
Trying to define a syntax extension including these terms:
"{"; seq = sequence; "}"
Compiling with:
ocamlc -pp "camlp4r pa_extend.cmo q_MLast.cmo"
-I +camlp4 -c foo.ml
=> Unbound value sequence
How do you capture/parse the sequence between the braces?
"{"; seq = sequence; "}"
Compiling with:
ocamlc -pp "camlp4r pa_extend.cmo q_MLast.cmo"
-I +camlp4 -c foo.ml
=> Unbound value sequence
How do you capture/parse the sequence between the braces?
--
Dan
www.prairienet.org/~dsb/
Dan
www.prairienet.org/~dsb/