Public tests for dataflow analysis
--

This directory contains four public tests, along with their expected
output from your flow analysis program.  To run the program, you will
first have to compile the source programs, and then run them on your
program.

for example:

kmicinski@kmicinski-thinkpad:~/teaching/430/p3/public_tests$ luac ex0.lua

you can then run your program on it:

kmicinski@kmicinski-thinkpad:~/teaching/430/p3/public_tests$ ../dfa ae luac.out 
Available expressions
0: {}
1: {}
2: {R(0) + R(1)}
3: {}
4: {R(0) + R(1)}
5: {}
6: {}
7: {}

