]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Common/Expression.py
BaseTools: Enhance expression to support some more operation
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 31 Mar 2017 13:47:59 +0000 (21:47 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 1 Apr 2017 05:34:48 +0000 (13:34 +0800)
commit5e06f1a00b5c325d3ced69ccfe4d307ad63975cf
tree02d840bf7f34c2b4933aebb7ed68f8d68b2f80d0
parent3edd7719299934b21fea56d564c3e3e3c2e0f493
BaseTools: Enhance expression to support some more operation

Enhance expression to support some more operation that allowed in the
spec, eg: *, /, %, <<, >>, ~.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Expression.py