diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/c.bqn | 2 | ||||
| -rwxr-xr-x | src/pr.bqn | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ lf←@+10 charSet‿cgl←(∾ ≍○< ≠¨)⟨ "+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!" # Function "˙˜˘¨⌜⁼´˝`" # 1-modifier - "∘○⊸⟜⌾⊘◶⎉⚇⍟" # 2-modifier + "∘○⊸⟜⌾⊘◶⎉⚇⍟⎊" # 2-modifier "⋄,"∾lf # Separator "⇐←↩" # Gets "(){}⟨⟩" # Bracket @@ -6,13 +6,13 @@ chrs←⟨ "+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!" "˙˜˘¨⌜⁼´˝`" - "∘○⊸⟜⌾⊘◶⎉⚇⍟" + "∘○⊸⟜⌾⊘◶⎉⚇⍟⎊" ⟩ glyphs ⇐ ∾chrs # Provided values, to be passed in through the constants array def ← ⟨"Type","Fill","Log","GroupLen","GroupOrd","_fillBy_"⟩ -keep ← "!+-×÷⋆⌊=≤≢⥊⊑↕⌜`⊘" +keep ← "!+-×÷⋆⌊=≤≢⥊⊑↕⌜`⊘⎊" len ⇐ def+○≠keep GetRepls ← { |
