diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-14 20:24:54 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-14 20:34:40 -0400 |
| commit | ef9384031c32a1ca02aecdd8334c7365cbd864b5 (patch) | |
| tree | 8fd69102322b40dadf57ab41be18f9aaf432adcd /test | |
| parent | e69b9bcf77a934294065e3a73ffd3e6b90e4c881 (diff) | |
Add ⎊ to compiler and core runtime
Diffstat (limited to 'test')
| -rw-r--r-- | test/ref.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ref.bqn b/test/ref.bqn index b63ef023..2eb79d5d 100644 --- a/test/ref.bqn +++ b/test/ref.bqn @@ -16,11 +16,11 @@ order ← {{(𝕨⊸∨𝕊⍟(𝕩<○≠⊢)𝕩∾/)(0»∨`)⊸<𝕨<∧´ chrs←⟨ "+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!" "˙˜˘¨⌜⁼´˝`" - "∘○⊸⟜⌾⊘◶⎉⚇⍟" + "∘○⊸⟜⌾⊘◶⎉⚇⍟⎊" ⟩ def‿keep ← ⊑¨⌾(1⊸⊑) (1=≠)¨⊸⊔ anames -keep∾↩"⌾" +keep∾↩"⌾⎊" pre←"Type←•Type"‿"_amend←{𝕨˙⌾(𝕗⊸⊑)𝕩}"‿"Identity←{𝕏´⟨⟩}"‿"Fill←•FillFn" GetRepls ← { |
