mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Add stdi and stdout to file io.
This commit is contained in:
		
							
								
								
									
										8
									
								
								libs/parse.gst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								libs/parse.gst
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| # Make parser | ||||
|  | ||||
| (: parser (fn [in] { | ||||
|     'in in | ||||
|     'line 0 | ||||
|     'index 0 | ||||
|     'states [] | ||||
| })) | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose