symphonytool / symphony

The Symphony IDE
5 stars 4 forks source link

Renamings do not accept multiple parameters #214

Closed joey-coleman closed 10 years ago

joey-coleman commented 10 years ago

The following example causes a parse error.

channels
  a, b : nat * nat
process P = begin
actions
   A = Skip
@ A [[ a.(1).(1) <- b.(1).(1) ]]
end