mnbujold / c415-compiler

Fall 2012 CMPUT 415 Compiler Course
0 stars 3 forks source link

Var params? #54

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

In the syntax tree I'm passed expressinos as the parameters of of a procedure. How do I check if a parameter is a var parameter?

dchui1 commented 11 years ago

Ok these need to be done then.

dchui1 commented 11 years ago

Done?