7 lines
		
	
	
		
			195 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			195 B
		
	
	
	
		
			Factor
		
	
	
|  | USING: compiler.cfg help.markup help.syntax ;
 | ||
|  | IN: compiler.cfg.loop-detection | ||
|  | 
 | ||
|  | HELP: needs-loops | ||
|  | { $values { "cfg" cfg } } | ||
|  | { $description "Runs loop detection for the cfg if it isn't valid." } ;
 |