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:
parent
28f5896350
commit
d67e587acf
@ -1 +1 @@
|
|||||||
Subproject commit 0bdfb86d438a970b983afbca93011ebd92152b88
|
Subproject commit dfedb47d03ff4f6c2bd5b2b60b3adb78d12f4dd6
|
||||||
@ -248,13 +248,13 @@ n←500 ⋄ a←↕n ⋄ i←(-n)+↕2×n ⋄ r←⌽(2×n)⥊a ⋄ ! (⌽a) ≡
|
|||||||
! •Show "I should not be called!"
|
! •Show "I should not be called!"
|
||||||
}
|
}
|
||||||
Batch¨ ⟨
|
Batch¨ ⟨
|
||||||
⟨0‿0, 0‿0, 0÷0⟩
|
⟨0‿0, 1‿1, 0÷0⟩
|
||||||
⟨0‿0, 0‿0, <0÷0⟩
|
⟨0‿0, 1‿1, <0÷0⟩
|
||||||
⟨0‿0, 0‿0, ⟨3,0÷0,4⟩⟩
|
⟨0‿0, 1‿1, ⟨3,0÷0,4⟩⟩
|
||||||
⟨1‿1, @‿@, {𝕊: ShouldNotBeCalled}⟩
|
⟨1‿1, 1‿1, {𝕊: ShouldNotBeCalled}⟩
|
||||||
⟨1‿1, @‿@, ShouldNotBeCalled˙⟩
|
⟨1‿1, 1‿1, ShouldNotBeCalled˙⟩
|
||||||
⟨0‿1, @‿@, {𝕊: ShouldNotBeCalled⟜(0÷0)}⟩
|
⟨0‿1, 0‿1, {𝕊: ShouldNotBeCalled⟜(0÷0)}⟩
|
||||||
⟨1‿1, @‿@, ShouldNotBeCalled⟜(0÷0)˙⟩
|
⟨1‿1, 1‿1, ShouldNotBeCalled⟜(0÷0)˙⟩
|
||||||
⟨1‿1, 1‿1, ∞⟩
|
⟨1‿1, 1‿1, ∞⟩
|
||||||
⟩
|
⟩
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user