You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (condition)
SomeType var;
else
padding[sizeof(SomeType)];//or maybe SomeType var[[hidden]];
and that has always been possible. As for arbitrary conditional attribute with parameters you can use the ternary conditional operator to set the parameter value which in effect is the feature requested in issue #16. If nameString and indexString are defined in pattern then the following already works.
What feature would you like to see?
[[hidden("true/false")]]
How will this feature be useful to you and others?
This will allow to conditionally hide some variables/pattern values depending on the parsing result
Request Type
Additional context?
No response
The text was updated successfully, but these errors were encountered: