Browse thread
[Caml-list] Extending pa_op
- John Goerzen
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | John Goerzen <jgoerzen@c...> |
| Subject: | [Caml-list] Extending pa_op |
Hi, I am wanting to add some capabilities (namely backtracking) to the pa_op camlp4 parsers. I can form these in terms of the existing parser functions (such as cparser) and thus reuse much of the existing code. However, OCaml does not install the .mli file for pa_op.cmo on people's systems, so there's no real way to compile against it. The quotation system, of course, is not aware of the "parser" keyword and thus won't be able to help out either. Are there any ways that I could reuse this code without having to pull the entire pa_op.ml from OCaml into my tree? Thanks, John -- John Goerzen Author, Foundations of Python Network Programming http://www.complete.org/pynet ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners