blob: 8b43effaf4ba57547a1863da888fd574dd622fee (
plain) (
tree)
|
|
/*
module owner: Ronny Wichers Schreur
*/
definition module backendpreprocess
import checksupport
// assign sequence numbers to all variables in the syntax tree
backEndPreprocess :: !Ident ![Index] !IclModule !*VarHeap -> *VarHeap
|