Expressions/Arguments
- Converted the arguments parsed from a pair (token/modified-category) to a triple (token/type/category)
This commit is contained in:
@@ -98,7 +98,7 @@ const std::string DOM::get (const std::string& name)
|
||||
name.substr (0, 8) == "context.")
|
||||
{
|
||||
if (name == "context.program")
|
||||
return /*_cache[name] =*/ context.args[0].first;
|
||||
return /*_cache[name] =*/ context.args[0]._first;
|
||||
|
||||
else if (name == "context.args")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user