caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* parser data structures (ast)
@ 2005-01-07 12:02 Radu Grigore
  2005-01-10 13:09 ` [Caml-list] " Christian Lindig
  0 siblings, 1 reply; 2+ messages in thread
From: Radu Grigore @ 2005-01-07 12:02 UTC (permalink / raw)
  To: caml-list

Is there any document describing some decisions involved in choosing
the right data structures for representing the OCaml parse tree? Is
there any document describing some idioms that are common in the fp
world?

I work on translators using C++ and I'd like to learn from other approaches.

-- 
regards,
 radu
http://rgrig.idilis.ro/


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

* Re: [Caml-list] parser data structures (ast)
  2005-01-07 12:02 parser data structures (ast) Radu Grigore
@ 2005-01-10 13:09 ` Christian Lindig
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Lindig @ 2005-01-10 13:09 UTC (permalink / raw)
  To: Radu Grigore; +Cc: caml-list


On Jan 7, 2005, at 1:02 PM, Radu Grigore wrote:

> I work on translators using C++ and I'd like to learn from other 
> approaches.

I suggest to look at CIL, an infrastructure in OCaml for ANSI C.

http://manju.cs.berkeley.edu/cil/

-- Christian


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

end of thread, other threads:[~2005-01-10 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 12:02 parser data structures (ast) Radu Grigore
2005-01-10 13:09 ` [Caml-list] " Christian Lindig

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).