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

New operators #48

Open
dghosef opened this issue Aug 18, 2023 · 3 comments
Open

New operators #48

dghosef opened this issue Aug 18, 2023 · 3 comments
Milestone

Comments

@dghosef
Copy link
Owner

dghosef commented Aug 18, 2023

Operators we need:

  • String + and *
  • String comparison operators(same as int)
  • Int to string
  • Int print
  • Channel duplicate
@dghosef dghosef added this to the Urgent-ish milestone Aug 18, 2023
@dghosef
Copy link
Owner Author

dghosef commented Aug 19, 2023

Also, should operators returning bools return a bool prototype or just a variant? Thinking prototype

@dghosef
Copy link
Owner Author

dghosef commented Aug 25, 2023

Also, labels should be 0, 1, 2, etc so it can compile into a lookup table

@dghosef
Copy link
Owner Author

dghosef commented Feb 22, 2024

Also add comparison operator that returns #Greater, #Less, or #Equal

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

No branches or pull requests

1 participant