caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Bruno.Verlyck@inria.fr
To: yoriyuki@mbg.ocn.ne.jp
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] The library parsing S-expressions?
Date: Thu, 3 Jun 2004 14:44:17 +0200	[thread overview]
Message-ID: <200406031244.i53CiHAX031664@waco.inria.fr> (raw)
In-Reply-To: <20040529.182752.74755831.yoriyuki@mbg.ocn.ne.jp>

   Date: Sat, 29 May 2004 18:27:52 +0900 (JST)
   From: Yamagata Yoriyuki <yoriyuki@mbg.ocn.ne.jp>

   Does anyone know a library converting S-expressions to AST?
   Preferably, it would allow 8-bit characters in symbol names,
   bacause I want to parse the file using Japanese symbol names.
There's something like this in Cash, a sort of Scheme reader, in fact.
Files sexp.ml*, atomo.mll, schlex.ml*.  Anything that's not something
else (number, string) is a symbol, with 8-bit chars if any.  The
lexical syntax is inspired by Scheme, but the source is small and
should be easy to modify.

Bruno.
http://pauillac.inria.fr/cash/

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


      reply	other threads:[~2004-06-03 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-29  9:27 Yamagata Yoriyuki
2004-06-03 12:44 ` Bruno.Verlyck [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=200406031244.i53CiHAX031664@waco.inria.fr \
    --to=bruno.verlyck@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=yoriyuki@mbg.ocn.ne.jp \
    /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).