aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-12 16:23:45 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-12 16:23:45 -0500
commite068da960323526bd7221e2a3a3c09a81c0a72a6 (patch)
treed212bf8730b562bee36151e343c5c4d20c760e6f /test
parent9543711d3e87382aa8a90810b243754895af149b (diff)
Pass Decompose and Glyph into runtime
Diffstat (limited to 'test')
-rwxr-xr-xtest/dz_comp12
1 files changed, 7 insertions, 5 deletions
diff --git a/test/dz_comp b/test/dz_comp
index 46dbf85a..ebdee6a0 100755
--- a/test/dz_comp
+++ b/test/dz_comp
@@ -8,11 +8,13 @@ nc‿rt‿prim ← "-nocomp"‿"-rt"‿"-prim" ∊ •args
GetRT ← {𝕤:
⟨ref⟩ ← •Import "../src/pr.bqn"
provide ← ⟨
- •Type # Type
- ⊑⟨⟩⥊0⊸⥊ # GetFill
- ⋆⁼ # Log
- ≠¨⊔ # GroupLen
- ∾⊔∘⊢ # GroupOrd
+ •Type # Type
+ •Decompose # Decompose
+ •Glyph # Glyph
+ ⊑⟨⟩⥊0⊸⥊ # GetFill
+ ⋆⁼ # Log
+ ≠¨⊔ # GroupLen
+ ∾⊔∘⊢ # GroupOrd
!,+,-,×,÷,⋆,⌊,=,≤,≢,⥊,⊑,↕,⌜,`,⊘
•COMP provide⊸(⊣»«)⌾(1⊸⊑) DCompile ref