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
Currently in shecc, variadic functions is lack of flexibility, since variadic arguments cannot be passed from a variadic function to anthoer directly. This means we'll need a shecc-defined va_list and functions like vprintf in order to improve current error diagnostic mechanism in shecc.
However, due to current shecc's frontend, we may need to find a way to properly address issues of macro definitions such as va_start and va_end.
The text was updated successfully, but these errors were encountered:
Currently in shecc, variadic functions is lack of flexibility, since variadic arguments cannot be passed from a variadic function to anthoer directly. This means we'll need a shecc-defined
va_list
and functions likevprintf
in order to improve current error diagnostic mechanism in shecc.However, due to current shecc's frontend, we may need to find a way to properly address issues of macro definitions such as
va_start
andva_end
.The text was updated successfully, but these errors were encountered: