jleben / arrp

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

Can not mix int literals with real32 #19

Closed jleben closed 4 years ago

jleben commented 5 years ago

The following example produces error 'invalid operand types for +':

input x : [~]real32;
output y = 1 + x;
jleben commented 4 years ago

Fixed.