caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* There's an elephant in the room: Solution to sharing a symbol table
@ 2007-05-01 21:39 Joel Reymont
  2007-05-02  5:44 ` [Menhir-list] " Francois Pottier
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Reymont @ 2007-05-01 21:39 UTC (permalink / raw)
  To: Caml List; +Cc: menhir-list, skaller


%type <Symtab.t -> Easy.program>

program: statement EOF { fun t -> List.rev ($1 t) }

etc

Would this work with Menhir and would it be detrimental to performance?

I think there's an elephant in the room. Functorization of a Menhir- 
generated parser doesn't solve this issue since the specialization  
happens at compile time whereas a new symbol table is a run-time value.

	Thanks, Joel
	
--
http://wagerlabs.com/






^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-05-03  8:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-01 21:39 There's an elephant in the room: Solution to sharing a symbol table Joel Reymont
2007-05-02  5:44 ` [Menhir-list] " Francois Pottier
2007-05-02  5:58   ` Joel Reymont
     [not found]     ` <20070502070345.GA5242@yquem.inria.fr>
2007-05-02  7:35       ` Joel Reymont
2007-05-02  9:04     ` [Caml-list] " skaller
2007-05-02 11:56       ` Francois Pottier
2007-05-02 16:07         ` skaller
2007-05-02 18:30           ` Francois Pottier
2007-05-03  1:17             ` skaller
2007-05-03  8:48               ` Joel Reymont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).