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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] More Char Operators #976

Closed
13 tasks
gluax opened this issue May 20, 2021 · 2 comments
Closed
13 tasks

[Feature] More Char Operators #976

gluax opened this issue May 20, 2021 · 2 comments
Labels
blocked Blocked. feature A new feature.

Comments

@gluax
Copy link
Contributor

gluax commented May 20, 2021

馃殌 Feature

This allows operations <=,<,>=,> to be used with the char type.
We may also consider the + and - operators.
Depends on #977.

Motivation

Extends the operations a user can do with a char.

Implementation

Operators

  • <=
  • <
  • >=
  • >
  • +
  • -

Tests

  • Compiler Test each operation.
    • <=
    • <
    • >=
    • >
    • +
    • -
@gluax gluax added the feature A new feature. label May 20, 2021
@gluax gluax added the blocked Blocked. label Jul 7, 2021
@gluax
Copy link
Contributor Author

gluax commented Jul 7, 2021

Blocked by #977.

@collinc97
Copy link
Collaborator

The char type is not currently supported in Leo v1.6.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked. feature A new feature.
Projects
None yet
Development

No branches or pull requests

2 participants