Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

[Compiler] Check operator supported types #224

Open
5 tasks
ddmler opened this issue Oct 10, 2016 · 0 comments
Open
5 tasks

[Compiler] Check operator supported types #224

ddmler opened this issue Oct 10, 2016 · 0 comments

Comments

@ddmler
Copy link
Collaborator

ddmler commented Oct 10, 2016

We need to check all Expression Compilers for supported types and add those that are missing.
In PR #208 I have done that for: BinaryOp, Casts, Operators\Logical, Operators\Comparison (those that support all types)

So we still need to check:

  • Expression directory
  • AssignOp
  • Operators directory
  • Operators\Arithmetical
  • Operators\Bitwise

Basically what you have to check is: Is it possible to use {type} {operator} {type} (example: object * resource)? if yes add those types. if you get any error message (notice too) they are considered not supported. (we add those later then)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant