Skip to content

Commit 3e95b3a

Browse files
authored
feat: add new Bitop operations: Diff, Diff1, Andor, and One (#873)
1 parent 30fced1 commit 3e95b3a

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
lines changed

hack/cmds/commands.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,11 @@
363363
"AND",
364364
"OR",
365365
"XOR",
366-
"NOT"
366+
"NOT",
367+
"DIFF",
368+
"DIFF1",
369+
"ANDOR",
370+
"ONE"
367371
]
368372
},
369373
{

internal/cmds/gen_bitmap.go

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/cmds/gen_bitmap_test.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)