esl / ice

Apache License 2.0
2 stars 4 forks source link

Let dim ids share the same domain with var ids and formal parameters #50

Closed lucafavatella closed 10 years ago

lucafavatella commented 10 years ago

Main changes:

This pull request depends on pull request #45.

TODO items introduced by this pull request:

#.d @ [d <- 1] where var d = 0 end
F.1 where fun F.x = x where dim x <- 46 end end
(F.46 where fun F.x = x + #.x end) where dim x <- 1 end
F.1 where fun F.x = (x + #.x) where dim x <- 46 end end