using context for parsing

This commit is contained in:
Jack 2013-12-24 00:41:13 -05:00
parent 9a4b72b47a
commit 9db9a81625

View File

@ -185,7 +185,7 @@ shared_ptr <word> word::parseNext
pos += 2; // ?=
shared_ptr <word> w = make_shared <word>();
w->parse(buffer, wordStart, pos, NULL);
w->parse(ctx, buffer, wordStart, pos, NULL);
if (newPosition)
*newPosition = pos;