-
Notifications
You must be signed in to change notification settings - Fork 1
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
What's the use of FASTFortranTFortranBinaryExpression ? #37
Comments
If I understood correctly, we can not instantiate a trait so we still need the class @NicolasAnquetil what do you prefer? |
That is correct: cannot instantiate a Trait I prefer (a): put left/right in |
move left/right, operator from unary/binary expressions to the traits level |
since operator/left//right are defined in FASTFortranBinaryExpression, why having a trait ?
The text was updated successfully, but these errors were encountered: