1.0.1 [bug fix]
We where aware with a critical bug in the import math system and have fixed it.
- Resolved strict C99 implicit function errors: Added explicit
#include <math.h>and#include <stdio.h>headers directly to the code generator preamble to prevent fatal LLVM/CEdev toolchain failures. - Fixed
import mathmodule mapping: CorrectedImportNodelowering incodegen.dso importing Python'smathlibrary properly includes native C<math.h>headers during compilation.
Technically, all the .exe needs is to be within the same folder as the input python file and the CEdev folder, so all you need is this file...