aboutsummaryrefslogtreecommitdiff
path: root/src/glyphs.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/glyphs.bqn
parent8279bb3326c49305444e0cbddac13b09113b68fc (diff)
Move glyph list to src/glyphs.bqn
Diffstat (limited to 'src/glyphs.bqn')
-rw-r--r--src/glyphs.bqn6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/glyphs.bqn b/src/glyphs.bqn
new file mode 100644
index 00000000..f252b8c4
--- /dev/null
+++ b/src/glyphs.bqn
@@ -0,0 +1,6 @@
+# BQN primitive glyphs: functions, 1-modifiers, 2-modifiers
+⟨
+ "+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!"
+ "˙˜˘¨⌜⁼´˝`"
+ "∘○⊸⟜⌾⊘◶⎉⚇⍟⎊"
+⟩