-
Notifications
You must be signed in to change notification settings - Fork 638
Open
Labels
Description
This expression are processed correctly:
float __left_0 = ( {
float __x1_1 = __K1;
float __x2_1 = __K2;
( __x1_1 < __x2_1 ) ? __x1_1 : __x2_1;
} );But this valid expression
float __df_3 = __iz_3 / ( {
float __x1_4 = __T1;
float __x2_4 = __T2;
( __x1_4 > __x2_4 ) ? __x1_4 : __x2_4;
} );causes a traceback with parsing error:
pycparser.plyparser.ParseError: :14:36: before: {