sorry, it was not panic-proof ><, fixed
This commit is contained in:
parent
8bc35a0c04
commit
8cda9875fd
@ -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…
Reference in New Issue
Block a user