Merge branch 'sorry-panic' into 'master'
sorry, it was not panic-proof ><, fixed See merge request mhart/DancingDroids!57
This commit is contained in:
		
						commit
						0a00cb8931
					
				@ -1,3 +1,3 @@
 | 
			
		||||
world = { ASCII_DIGIT* ~ " " ~ ASCII_DIGIT* }
 | 
			
		||||
robot_init = { ASCII_DIGIT* ~ " " ~ ASCII_DIGIT* ~ " " ~ ("S" | "N" | "W" | "E") }
 | 
			
		||||
world = { ASCII_DIGIT+ ~ " " ~ ASCII_DIGIT+ }
 | 
			
		||||
robot_init = { ASCII_DIGIT+ ~ " " ~ ASCII_DIGIT+ ~ " " ~ ("S" | "N" | "W" | "E") }
 | 
			
		||||
robot_instructions = { ASCII_ALPHA_UPPER+ }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user