From 081237c27b912723438f498ffaa53a079a597b1b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 22 Apr 2021 13:53:11 -0400 Subject: Move glyph list to src/glyphs.bqn --- src/pr.bqn | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/pr.bqn') 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 -- cgit v1.2.3