Thanks to Richard, Jon and others who answered my questions these past
few weeks. Looks like adding exceptions to the beginning of files
will take a little more figuring out.
In the mean time, I am releasing my project in alpha form.
"pa_breakcont" is a macro to add break and continue statements to
OCaml's for and while loops. It is implemented using exceptions, an
idea inspired by a comment over on ocaml-tutorial.org in the looping
section.
The source is here:
http://code.google.com/p/ocaml-break-continue/
Cheers,
-Andy
--- In ocaml_beginners%40yahoogroups.com">ocaml_beginners
yahoogroups.com, Richard Jones <rich
...> wrote:
>
> On Wed, Mar 26, 2008 at 02:12:55AM -0000, andrew_schein wrote:
> > Thanks to Jon's suggestions a week ago, I have gotten a camlp4 3.
.