add bits ror and bits rol commands (#6224)

This commit is contained in:
Justin Ma
2022-08-05 21:40:01 +08:00
committed by GitHub
parent 692376e830
commit 48f1c3a49e
5 changed files with 352 additions and 0 deletions

View File

@ -214,6 +214,8 @@ pub fn create_default_context() -> EngineState {
BitsNot,
BitsOr,
BitsXor,
BitsRotateLeft,
BitsRotateRight,
BitsShiftLeft,
BitsShiftRight,
}