Browse thread
menhir
[
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: | skaller <skaller@u...> |
| Subject: | Re: [Caml-list] menhir |
On Tue, 2007-05-01 at 17:57 +0200, Francois Pottier wrote: > I have tried that, but it does not help. Most (say, 95%) of the functions > generated by Menhir are truly mutually recursive. Yes, but you can always use indirection to decouple them can't you? Eg just use a 'ref' to a function? Slower at run time, but should fix the compile time problem if the cause is huge let/recs. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net