On Sat, May 30, 2009 at 11:50 PM, Pavel Roskin <pro...@gnu.org> 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 > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel >
-- Regards Vladimir 'phcoder' Serbinenko _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel