All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bean <bean123ch@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Standalone problem to test syntax rules
Date: Mon, 23 Jul 2007 00:34:52 +0800	[thread overview]
Message-ID: <20070722163452.GA2311@ws3.vdp.com> (raw)
In-Reply-To: <87bqe4csu9.fsf@xs4all.nl>

On Sun, Jul 22, 2007 at 06:21:18PM +0200, Marco Gerards wrote:
> The code already uses an AST.  Or what do you mean?

I mean the test program.

> If I am not mistaken, you are going over parser.y to make it work with
> more situations and to introduce proper error handling.  Or am I
> mistaken?

There is a lot of change. The basic idea is that commands should be seperated
by either ';' or '\n', followed by zero or more '\n'.

delimiter: '\n'
	   | ';'
	   | delimiter '\n'

> 
> > Would you take a look at the program, especially the error recover rules. 
> > I think it can handle all situation, but you never know until it's fully
> > tested.
> 
> In the tarball? 

Yes.

-- 
Bean



  reply	other threads:[~2007-07-22 16:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-03 17:53 Standalone problem to test syntax rules Bean
2007-07-03 17:54 ` Bean
2007-07-22 13:06 ` Marco Gerards
2007-07-22 15:55   ` Bean
2007-07-22 16:21     ` Marco Gerards
2007-07-22 16:34       ` Bean [this message]
2007-11-10 18:43         ` Marco Gerards
2007-11-10 19:49           ` Gregg Levine

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=20070722163452.GA2311@ws3.vdp.com \
    --to=bean123ch@gmail.com \
    --cc=grub-devel@gnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.