vbscript: Added lexer support for '_'

Bruno Jesus 00cpxxx at gmail.com
Fri Oct 14 13:07:17 CDT 2011


On Fri, Oct 14, 2011 at 13:44, Jacek Caban <jacek at codeweavers.com> wrote:
> ---
>  dlls/vbscript/lex.c          |   10 ++++++++++
>  dlls/vbscript/tests/lang.vbs |    7 +++++++
>  dlls/vbscript/tests/run.c    |    2 ++
>  3 files changed, 19 insertions(+), 0 deletions(-)
>

Hi, Jacek, I'm far away from my linux box and I'm just passing by to
remember that there is a 24 continuation limit.

Here is an invalid operation because it has 26 continuations:
x = _
3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 - _
3 + _
3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3 _
+ 3

And this is another test that must pass too (there is no new operand
after the last _ ) :
x = _
3 _
+ 3 _
+ 3 _
+ 3 _

As I said I can't test in wine but maybe you will find this information useful.

Best wishes,
Bruno
-- 
universe* god::bigbang (void); //and then it all began...



More information about the wine-devel mailing list