The switch branch adds the switch, case, and default statements to Decaf, as specified in #13. As of commit 691e0f6, all tests pass, including the test for the switch program (which was re-enabled in 275743c).
If this builds on Travis, we should be green to merge.
The
switch
branch adds theswitch
,case
, anddefault
statements to Decaf, as specified in #13. As of commit 691e0f6, all tests pass, including the test for the switch program (which was re-enabled in 275743c).If this builds on Travis, we should be green to merge.