| 
									
										
										
										
											2014-10-18 13:31:20 +02:00
										 |  |  | package vm | 
					
						
							| 
									
										
										
										
											2014-10-14 11:48:52 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | type VirtualMachine interface { | 
					
						
							|  |  |  | 	Env() Environment | 
					
						
							|  |  |  | 	RunClosure(*Closure) ([]byte, error) | 
					
						
							|  |  |  | 	Depth() int | 
					
						
							| 
									
										
										
										
											2014-10-14 13:37:26 +02:00
										 |  |  | 	Printf(string, ...interface{}) VirtualMachine | 
					
						
							|  |  |  | 	Endl() VirtualMachine | 
					
						
							| 
									
										
										
										
											2014-10-14 11:48:52 +02:00
										 |  |  | } |