aboutsummaryrefslogtreecommitdiff
path: root/src/pr.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-22 13:53:11 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-22 13:53:11 -0400
commit081237c27b912723438f498ffaa53a079a597b1b (patch)
tree20ea9bb06292c230670efca667577ee029ba69b0 /src/pr.bqn
parent8279bb3326c49305444e0cbddac13b09113b68fc (diff)
Move glyph list to src/glyphs.bqn
Diffstat (limited to 'src/pr.bqn')
-rwxr-xr-xsrc/pr.bqn6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pr.bqn b/src/pr.bqn
index 239f5674..e918518e 100755
--- a/src/pr.bqn
+++ b/src/pr.bqn
@@ -3,11 +3,7 @@
# Process BQN runtime
# All primitives
-chrs←⟨
- "+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!"
- "˙˜˘¨⌜⁼´˝`"
- "∘○⊸⟜⌾⊘◶⎉⚇⍟⎊"
-⟩
+chrs←•Import "glyphs.bqn"
glyphs ⇐ ∾chrs
# Provided values, to be passed in through the constants array