jleben / arrp

Programming language for stream processing.
https://arrp-lang.org
GNU General Public License v2.0
31 stars 3 forks source link

Max function produces invalid C++ #18

Closed jleben closed 5 years ago

jleben commented 5 years ago

The following example produces C++ which calls the standard max function with incompatible arguments:

input x : [~]int;
output y = max(1.0, x);
jleben commented 5 years ago

Fixed in b6df7734ccc98f7cf57ad33dfb73d334dca5d132