vbscript: Added lexer support for '_'

Bruno Jesus 00cpxxx at gmail.com
Mon Oct 17 08:43:57 CDT 2011


Hi, Jacek.

On Mon, Oct 17, 2011 at 10:30, Jacek Caban <jacek at codeweavers.com> wrote:
> Hi Bruno,
>
> On 10/14/11 20:07, Bruno Jesus wrote:
> ...
> I've tested it and that doesn't seem to be true.

You're right, in a vbs file the limit does not exist, it looks like to
be a Visual Basic 6 editor limit. Sorry for the noise.

>> And this is another test that must pass too (there is no new operand
>> after the last _ ) :
>> x = _
>> 3 _
>> + 3 _
>> + 3 _
>> + 3 _
>
> This will work only if the next line is empty (exactly like my
> implementation does).

Great =)

> Jacek
>

Best wishes,
Bruno



More information about the wine-devel mailing list