Hi,
is there a way to generate c++ code from my .nim file?
Thanks, Minimisthupper
nim cpp mynimfile.nim
The c++ code is stored in the nimcache directory, see
https://nim-lang.org/docs/nimc.html#compiler-usage-generated-c-code-directory
i get this error every time, when i compile my main file :
@msecond.nim.cpp:9:10: fatal error: 'nimbase.h' file not found
#include "nimbase.h"
^~~~~~~~~~~
1 error generated.