Skip to content

Add ligatures for logical and && and or || #1159

Description

@theking2

Boolean operators
&& to U+2227 thus ∧
|| to U+2228 thus ∨
^^ to U+22BB thus ⊻ or U+2295 thus ⊕

a rational reason for this would be to distinguish between boolean and bitwise operators (& vs &&, | vs
||) which would greatly help the careless programmer

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions