Ondra Tethal
Ondra Tethal
This will be handled easily once the stream API #869 is done
After a discussion with David and Fanda we agreed that this is too confusing so in qore-llvm the 'local variables with global scope' will be replaced by 'global variables with...
See also #188
See also #25 and #166
As pointed out by @gamato, changing the types is not sufficient. For example pow() is declared as ``` number pow(number a, number b); float pow(softfloat a, softfloat b); ``` Calling...