grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fix scripting problems


From: Vladimir 'phcoder' Serbinenko
Subject: Re: [PATCH] fix scripting problems
Date: Sun, 31 May 2009 00:05:23 +0200

On Sat, May 30, 2009 at 11:50 PM, Pavel Roskin <address@hidden> wrote:
> On Sat, 2009-05-30 at 23:43 +0200, Vladimir 'phcoder' Serbinenko wrote:
>> Hello. This patch fixes a bunch of bugs in scripting engine
>
> Please give a detailed description of the changes.
It fixes the following bugs:
-lexer failing if variable isn't terminated by space
Lexer changed as discussed previously
-arguments like foo${bar}baz were handled as foo ${bar} baz. Now the
constructions like ($drive)/file work
Added additional parsing to lexer ("yet another parser" suggested by
comment) which now gives tokens of type arg instead of NAME/VAR
-parser not exiting after an error (it continued prompting for new line)
lexer doesn't ask for continuing line after syntax error
>
> --
> Regards,
> Pavel Roskin
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>



-- 
Regards
Vladimir 'phcoder' Serbinenko




reply via email to

[Prev in Thread] Current Thread [Next in Thread]