update bytecode submodule

big change is the compatibility check of ⌾ now considering NaNs as equal, but CBQNs native implementations of primitives are yet to be changed to match
This commit is contained in:
dzaima 2025-05-20 22:19:42 +03:00
parent 28f5896350
commit d67e587acf
2 changed files with 8 additions and 8 deletions

@ -1 +1 @@
Subproject commit 0bdfb86d438a970b983afbca93011ebd92152b88
Subproject commit dfedb47d03ff4f6c2bd5b2b60b3adb78d12f4dd6

View File

@ -248,13 +248,13 @@ n←500 ⋄ a←↕n ⋄ i←(-n)+↕2×n ⋄ r←⌽(2×n)⥊a ⋄ ! (⌽a) ≡
! •Show "I should not be called!"
}
Batch¨
00, 00, 0÷0
00, 00, <0÷0
00, 00, 3,0÷0,4
11, @@, {𝕊: ShouldNotBeCalled}
11, @@, ShouldNotBeCalled˙
01, @@, {𝕊: ShouldNotBeCalled(0÷0)}
11, @@, ShouldNotBeCalled(0÷0)˙
00, 11, 0÷0
00, 11, <0÷0
00, 11, 3,0÷0,4
11, 11, {𝕊: ShouldNotBeCalled}
11, 11, ShouldNotBeCalled˙
01, 01, {𝕊: ShouldNotBeCalled(0÷0)}
11, 11, ShouldNotBeCalled(0÷0)˙
11, 11,
)