parsifal-47 / sisal-js

Javascript interpreter for sisal
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

Excess input ports #21

Open datsis opened 7 years ago

datsis commented 7 years ago

Hash: 0c979a907ab8fa6b37dd91574d529819f09d0a77

Source Code:

function Main( M : real returns real, real )
  let
    a := 0;
    b := 0
  in
    a, b
  end let
end function

Error: there is only function parameter and IR1 image shows that there three input ports.

parsifal-47 commented 7 years ago

This program is converted into: https://github.com/parsifal-47/sisal-is/blob/master/examples/gd/example3.sis

Issue moved: https://github.com/parsifal-47/sisal-is/issues/2