From: Nala Ginrut <nalaginrut@gmail.com>
To: Matt Wette <matthew.wette@verizon.net>
Cc: guile-user@gnu.org
Subject: Re: my current project: new lalr module
Date: Mon, 08 Jun 2015 11:15:38 +0800 [thread overview]
Message-ID: <1433733338.3083.6.camel@Renee-desktop.suse> (raw)
In-Reply-To: <417FBD6B-6B92-40FE-864C-1F2F257C899C@verizon.net>
On Sat, 2015-06-06 at 10:19 -0700, Matt Wette wrote:
> On Jun 4, 2015, at 1:41 AM, Nala Ginrut <nalaginrut@gmail.com> wrote:
> >
> >> 1) There is no specification of terminals. Terminals are detected in
> >> rules (via fenders) as quoted symbols or characters.
> >> Example of terminals: 'number, #\+
> >
> > hmm...and strings? Do you have plan to let users choose whether to use
> > terminals-inference? ;-)
>
> This I will think about. It should not be difficult. (I'm wondering what to do with strings like "(hello)" that I might want to convert to symbols.)
IIRC, this is implementation specific, say, #{\x28;hello\x29;}#
You can get it from string->symbol. And #{...}# notation is Guile
specific.
But you don't have to worry about the portability, since you may use
cond-expand.
Best regards.
next prev parent reply other threads:[~2015-06-08 3:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E45D6E7C-3864-4CEB-91DE-2560CA145BF1@verizon.net>
2015-06-04 3:40 ` Fwd: my current project: new lalr module Matt Wette
2015-06-04 8:41 ` Nala Ginrut
2015-06-06 17:19 ` Matt Wette
2015-06-08 3:15 ` Nala Ginrut [this message]
2015-06-26 20:43 ` Matt Wette
2015-07-20 0:36 ` Matt Wette
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
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1433733338.3083.6.camel@Renee-desktop.suse \
--to=nalaginrut@gmail.com \
--cc=guile-user@gnu.org \
--cc=matthew.wette@verizon.net \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).