Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: skaller <skaller@users.sourceforge.net>
To: caml-list <caml-list@inria.fr>
Subject: [Caml-list] Plea for arguments to Ocamlyacc generated parsers
Date: 26 Feb 2004 13:54:22 +1100	[thread overview]
Message-ID: <1077764061.15598.37.camel@pelican.wigram> (raw)
In-Reply-To: <20040225192309.GA22138@tallman.kefka.frap.net>

On Thu, 2004-02-26 at 06:23, Kenneth Knowles wrote:
> > > Has anyone thought of implementing start conditions for ocamllex?

I find it is useful to have a Ocaml class specifying lexer state
and passing objects thereof to the lexer. It has always
been possible to do this, but now the lexer makes the notation
easier (saves writing fun state -> ... for every match)

I sorely need the same ability to pass a state argument 
to the parser!!! As far as I know it can't be done at all
(without hacking the generated code).

Please could we have that? I'd sure like to be able
to parse C without using a global variable -- I have a strong
belief in writing re-entrant code which I'd hope all functional
programmers would share :D


-- 
John Skaller, mailto:skaller@users.sf.net
voice: 061-2-9660-0850, 
snail: PO BOX 401 Glebe NSW 2037 Australia
Checkout the Felix programming language http://felix.sf.net



-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      parent reply	other threads:[~2004-02-26  2:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-25 18:07 [Caml-list] start conditions in ocamllex Sean Proctor
2004-02-25 19:00 ` Shawn Wagner
2004-02-25 19:23   ` Kenneth Knowles
2004-02-25 19:31     ` Shawn Wagner
2004-02-26  2:54     ` skaller [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=1077764061.15598.37.camel@pelican.wigram \
    --to=skaller@users.sourceforge.net \
    --cc=caml-list@inria.fr \
    /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