-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
example3_4.c gives an error, probably because there I am mixing two operations in one statement.
The analysis makes some assumptions about left and right operand structure:
which prevents using the original expression X3 = X2 * X2 + X5; Adding some recursive step in binary op might allow analyzing this expression in original form (depending on what the AST looks like for this statement, I have not looked into it)?
If this is not worth fixing at the moment then we can add a note in the features table that binary op is for two operands and support for multiple is in progress.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request