Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new operators and accents #111

Merged
merged 1 commit into from
Dec 2, 2023
Merged

Conversation

runarberg
Copy link
Owner

@runarberg runarberg commented Dec 1, 2023

Language Changes

New operators:

  • -+ → ∓
  • !== → ≢
  • <| → ⊲
  • |> → ⊳
  • <<< → ≪
  • >>> → ≫

New shortcuts to existing operators:

  • oc → ∝
  • <> → ⋄
  • [] → □

New accents:

  • oparen → U+23DC ⏜
  • uparen → U+23DD ⏝
  • oshell → U+23E0 ⏠
  • ushell → U+23E1 ⏡
  • obracket → U+23B4 ⎴
  • ubracket → U+23B5 ⎵

Resolves: #110
Resolves: #109

**Language Changes**

New operators:

* `-+` → ∓
* `!==` → ≢
* `<|` → ⊲
* `|>` → ⊳
* `<<<` → ≪
* `>>>` → ≫

New shortcuts to existing operators:

* `oc` → ∝
* `<>` → ⋄
* `[]` → □

New accents:

* `oparen` → U+23DC ⏜
* `uparen` → U+23DD ⏝
* `oshell` → U+23E0 ⏠
* `ushell` → U+23E1 ⏡
* `obracket` → U+23B4 ⎴
* `ubracket` → U+23B5 ⎵

Resolves: #110
Resolves: #109
@runarberg runarberg merged commit 9e189d6 into main Dec 2, 2023
6 checks passed
@runarberg runarberg deleted the much-greater-less-operator branch December 2, 2023 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more accents Add ≪ and ≫ as operators
1 participant