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
However, If you create the C code by giving the --print-code option, it leaves the following function definition at the begining of the source code. Example command line nelua --print-code test.nelua > output.c
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This code usually fails to compile.
However, If you create the C code by giving the
--print-code
option, it leaves the following function definition at the begining of the source code. Example command linenelua --print-code test.nelua > output.c
And this code succeeds in C compiling.
One solution is to define the function as follows.
Is there no other solution that this for now?
Beta Was this translation helpful? Give feedback.
All reactions