Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excess edges #23

Open
datsis opened this issue Nov 30, 2016 · 1 comment
Open

Excess edges #23

datsis opened this issue Nov 30, 2016 · 1 comment

Comments

@datsis
Copy link
Collaborator

datsis commented Nov 30, 2016

Hash: 0c979a9

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
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants