mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			118 B
		
	
	
	
		
			Janet
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			118 B
		
	
	
	
		
			Janet
		
	
	
	
	
	
| (def p (parser/new))
 | |
| (parser/consume p (slurp ((dyn :args) 1)))
 | |
| (while (parser/has-more p)
 | |
|   (pp (parser/produce p)))
 | 
