caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Chris King <colanderman@gmail.com>
To: Jon Harrop <jon@jdh30.plus.com>
Cc: "O'Caml Mailing List" <caml-list@inria.fr>
Subject: Re: [Caml-list] yacc style
Date: Thu, 27 Jan 2005 19:41:21 -0500	[thread overview]
Message-ID: <875c7e0705012716411cb87bfb@mail.gmail.com> (raw)
In-Reply-To: <200501272252.43720.jon@jdh30.plus.com>

On Fri, 28 Jan 2005 08:39:56 +1100, Erik de Castro Lopo
<ocaml-erikd@mega-nerd.com> wrote:
> Yes, normally the parser generates a parse tree which is then
> passed to the semantic analyser for semantic checking.

Okay, sounds good -- thanks!

On Thu, 27 Jan 2005 22:52:43 +0000, Jon Harrop <jon@jdh30.plus.com> wrote:
> May I ask what makes it difficult to use a functional style in your case?
> Perhaps it isn't as difficult as you think...

It's for performance reasons, mostly: the structure consists of a hash
table (to store user symbol definitions) and an array (for the actual
data).  It's easy enough to get the data in the form of a parse tree
and massage it into these structures afterwards; I was just wondering
if there was a more direct way.


      parent reply	other threads:[~2005-01-28  0:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-27 20:17 Chris King
2005-01-27 21:39 ` [Caml-list] " Erik de Castro Lopo
2005-01-28  1:14   ` skaller
2005-01-28  2:28     ` Erik de Castro Lopo
2005-01-28  4:30       ` skaller
2005-01-28  9:04       ` Jean-Christophe Filliatre
     [not found] ` <200501272252.43720.jon@jdh30.plus.com>
2005-01-28  0:41   ` Chris King [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875c7e0705012716411cb87bfb@mail.gmail.com \
    --to=colanderman@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=jon@jdh30.plus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).