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

Equality Bytecode Instructions #5

Closed
8 tasks done
mrodz opened this issue Mar 20, 2023 · 0 comments · Fixed by #13
Closed
8 tasks done

Equality Bytecode Instructions #5

mrodz opened this issue Mar 20, 2023 · 0 comments · Fixed by #13
Assignees
Labels
bytecode Issues related to bytecode instruction Bytecode instruction need-documentation This issue introduces a new feature that requires fresh documentation
Milestone

Comments

@mrodz
Copy link
Owner

mrodz commented Mar 20, 2023

  • "equ"
    Custom comparison implementation.
    • Float == Int/BigInt/Byte
    • Int/BigInt/Byte == Float
    • Int/BigInt/Byte == Int/BigInt/Byte
    • String == String
    • String("true") == Bool(true)
  • "type_equ"
    Compares whether or not the items have the same type.
  • "strict_equ"
    Compares values of the same type for an exact Eq match, or PartialEq if dealing with floats.
@mrodz mrodz mentioned this issue Mar 20, 2023
44 tasks
@mrodz mrodz added enhancement New feature or request bytecode Issues related to bytecode need-documentation This issue introduces a new feature that requires fresh documentation instruction Bytecode instruction and removed enhancement New feature or request labels Mar 20, 2023
@mrodz mrodz added this to the Bytecode milestone Mar 23, 2023
@mrodz mrodz self-assigned this Mar 23, 2023
@mrodz mrodz mentioned this issue Mar 25, 2023
@mrodz mrodz closed this as completed in #13 Mar 25, 2023
@mrodz mrodz changed the title Comparison Bytecode Instructions Equality Bytecode Instructions Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bytecode Issues related to bytecode instruction Bytecode instruction need-documentation This issue introduces a new feature that requires fresh documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant