Sweden-Number/dlls/vbscript
Robert Wilhelm bf5f7a7b7b vbscript: Support date and time literals.
Date literals, which are enclosed in number signs in vbscript,
will be lexed, pushed throught parser and compiler and
finally converted to VT_Date Variant in interpreter.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51503
Signed-off-by: Robert Wilhelm <robert.wilhelm@gmx.net>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-14 21:21:14 +02:00
..
tests vbscript: Support date and time literals. 2021-09-14 21:21:14 +02:00
Makefile.in
compile.c vbscript: Support date and time literals. 2021-09-14 21:21:14 +02:00
global.c
interp.c vbscript: Support date and time literals. 2021-09-14 21:21:14 +02:00
lex.c vbscript: Support date and time literals. 2021-09-14 21:21:14 +02:00
parse.h vbscript: Support date and time literals. 2021-09-14 21:21:14 +02:00
parser.y vbscript: Support date and time literals. 2021-09-14 21:21:14 +02:00
regexp.c
regexp.h
utils.c
vbdisp.c
vbregexp.c
vbscript.c
vbscript.h vbscript: Support date and time literals. 2021-09-14 21:21:14 +02:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl