Inferno
0.2
|
00001 /* 00002 * for_to_while.cpp 00003 * 00004 * Created on: 26 Dec 2009 00005 * Author: jgraley 00006 */ 00007 00008 #include "steps/for_to_while.hpp" 00009 #include "tree/cpptree.hpp" 00010 #include "common/common.hpp" 00011 #include "sr/soft_patterns.hpp" 00012 #include "steps/uncombable.hpp" 00013 00014 using namespace CPPTree; 00015 using namespace Steps; 00016