From 3239344dfe438346183bb90b2d85e5e106ea4ae5 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 24 Jan 2021 14:50:51 -0500 Subject: Improvements and fixes to Dyalog-BQN dictionary code --- doc/fromDyalog.md | 6 +++--- docs/doc/fromDyalog.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index a258a035..201d22f4 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -63,7 +63,7 @@ The tables below give approximate implementations of Dyalog primitives for the o Glyph Monadic Dyadic * ⋆⁼ - ! Implement it yourself + ! ×´1+↕ -˜(+÷○(×´)⊢)1+↕∘⊣ Some complex exponential stuff, maybe ~ ¬ ¬∘∊/⊣ ? Library? @@ -76,7 +76,7 @@ The tables below give approximate implementations of Dyalog primitives for the o < +`⊸⊔ <⍟(0<≡) - {0=≡𝕩:⥊𝕩⋄∾⥊∇¨𝕩} + {0=≡𝕩:⥊𝕩⋄∾⥊𝕊¨𝕩} /⁼ ∊/⊣ @@ -114,6 +114,6 @@ The tables below give approximate implementations of Dyalog primitives for the o f⍠B Uh f⌸ ⊐⊔↕∘≠⊐⊸⊔ f⌺B - A⌶ + A⌶ •Something f& Nothing yet diff --git a/docs/doc/fromDyalog.html b/docs/doc/fromDyalog.html index 41452874..d6a429b9 100644 --- a/docs/doc/fromDyalog.html +++ b/docs/doc/fromDyalog.html @@ -215,7 +215,7 @@ Glyph Monadic Dyadic * - ! Implement it yourself + ! ×´1+↕ -˜((×´))1+↕ Some complex exponential stuff, maybe ~ ¬ ¬∊/⊣ ? Library? @@ -228,7 +228,7 @@ <˘ < +` <(0<≡) - {0=≡𝕩:𝕩∾⥊¨𝕩} + {0=≡𝕩:𝕩∾⥊𝕊¨𝕩} / ∊/⊣ @@ -266,7 +266,7 @@ f⍠B Uh f⌸ ⊐⊔↕ f⌺B - A + A •Something f& Nothing yet -- cgit v1.2.3