Add prefix ++ and --

This commit is contained in:
Jonathan Turner
2009-06-30 19:34:16 +00:00
parent e6a0dc9af6
commit 2cba593c53
3 changed files with 29 additions and 21 deletions

View File

@@ -153,7 +153,6 @@ namespace chaiscript
retval = dispatchkit::Boxed_Value(!cond);
}
break;
/*
case (Token_Type::Prefix) : {
retval = eval_token(ss, node->children[1]);
dispatchkit::Param_List_Builder plb;
@@ -167,7 +166,6 @@ namespace chaiscript
}
}
break;
*/
case (Token_Type::Inline_Array) : {
try {
retval = dispatch(ss.get_function("Vector"), dispatchkit::Param_List_Builder());