PAMunb / pico-language

Repository for the PICO programming language
3 stars 7 forks source link

Implement data flow static analysis #15

Open rbonifacio opened 8 years ago

rbonifacio commented 8 years ago

A new model with a set of data flow static analysis.

We should answer questions such as:

a) is the output variable always initialised? b) is there any variable that does not contribute to the computation of the output variable?