Browse thread
[Caml-list] camlp4 Plexer.no_quotations default
- Hendrik Tews
[
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: | Hendrik Tews <tews@t...> |
| Subject: | [Caml-list] camlp4 Plexer.no_quotations default |
Hi, the default value for Plexer.no_quotations is false. This lets "camlp4o pr_o.cmo" fail on legal ocaml programs like let ( <:> ) x y = x + y;; I would suggest to make the default value true. Camlp4 modules that define grammar rules with quotations (like q_MLast.cmo) should change Plexer.no_quotations to false in their startup code. Bye, Hendrik ------------------- 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