-
I'm thinking about making a game engine and using nelua as the scripting language, where is the C code generated? when running |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
The C code is generated at a |
Beta Was this translation helpful? Give feedback.
-
Might be worth having a flag to leave the .c file in the same directory as the .nelua. Tup (a build system) used to complain about cache directories (though I think they fixed it so writing to dot folders doesn't count now.) Although it looks like |
Beta Was this translation helpful? Give feedback.
-
The best approach in your case would be to use |
Beta Was this translation helpful? Give feedback.
The C code is generated at a
cache
directory. In the case of Linux, it's at~/.cache/nelua/myprogram.c
.