parsifal-47 / sisal-js

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

Excess edges #23

Open datsis opened 7 years ago

datsis commented 7 years ago

Hash: 0c979a907ab8fa6b37dd91574d529819f09d0a77

Source Code:

function Main( M : integer returns integer )
  let
    A := 1
  in
    A + A
  end let
end function

Error: These edges are excess.

<edge source="n0" target="n0::n1" sourceport="in1" targetport="in0" />
<edge source="n0" target="n0::n1" sourceport="in1" targetport="in1" />
parsifal-47 commented 7 years ago

Program translated to: https://github.com/parsifal-47/sisal-is/blob/master/examples/gd/example5.sis

issue moved to: https://github.com/parsifal-47/sisal-is/issues/1