All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yoshinori K. Okuji" <okuji@enbug.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Scripting support
Date: Fri, 28 Oct 2005 05:04:54 +0200	[thread overview]
Message-ID: <200510280504.54438.okuji@enbug.org> (raw)
In-Reply-To: <435A50BE.5030801@gmail.com>

On Saturday 22 October 2005 04:46 pm, Vladimir Serbinenko wrote:
> I propose the following argorithm. Bison parser transforms the text-form
> to internal form of a linked list of commands with some special commands
> like jump if last value was true, ... . Think about assembler. Then it's
> executed by simple engine that works like CPU: it takes one command from
> a linked list. Executes it and changes the pointer so it points to the
> next command. A command is a structure containing:
>     variable showing it's type (normal command, jump, loop, end of loop,
> ...)
>     union of data necessary for necessary commands
>     pointer to next command.

Ahghh. Please avoid making yet another language. Since the language constructs 
in shell is so few, I don't see much benefit from such a translation.

Okuji



      parent reply	other threads:[~2005-10-28  3:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-22 13:59 Scripting support Marco Gerards
2005-10-22 14:46 ` Vladimir Serbinenko
2005-10-22 15:08   ` Marco Gerards
2005-10-22 15:37     ` Vladimir Serbinenko
2005-10-22 15:47       ` Marco Gerards
2005-10-22 16:03         ` Vladimir Serbinenko
2005-10-22 16:42           ` Marco Gerards
2005-10-22 16:33         ` Marco Gerards
2005-10-28  3:04   ` Yoshinori K. Okuji [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=200510280504.54438.okuji@enbug.org \
    --to=okuji@enbug.org \
    --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.