Add bit shifting operators

This commit is contained in:
Jonathan Turner
2009-10-13 03:35:01 +00:00
parent b1e892487f
commit 12e909d9aa
6 changed files with 45 additions and 4 deletions

View File

@@ -1100,6 +1100,7 @@ namespace chaiscript
case (Token_Type::Comparison) :
case (Token_Type::Additive) :
case (Token_Type::Multiplicative) :
case (Token_Type::Shift) :
return eval_comp_add_mul(ss, node);
break;