Commit b51a156f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Added lexer.

parent 9ebdd111
......@@ -11,7 +11,8 @@ C_SRCS = \
dispex.c \
engine.c \
jscript.c \
jscript_main.c
jscript_main.c \
lex.c
IDL_TLB_SRCS = jsglobal.idl
......
......@@ -1543,9 +1543,3 @@ HRESULT script_parse(script_ctx_t *ctx, const WCHAR *code, parser_ctx_t **ret)
*ret = parser_ctx;
return S_OK;
}
int parser_lex(void *lval, parser_ctx_t *ctx)
{
FIXME("\n");
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment