blob: 41d76d56392793cd8b0bc91452eb5603789b4d74 (
plain) (
blame)
1
2
3
4
5
6
7
|
definition module backendpreprocess
import checksupport
// assign sequence numbers to all variables in the syntax tree
backEndPreprocess :: !Ident ![Index] !IclModule !*VarHeap -> *VarHeap
|