dancing_droids/conf.pest
Volodymyr Patuta 952df50bb7 move conf.pest
2020-11-05 16:45:55 +01:00

4 lines
173 B
Plaintext

world = { ASCII_DIGIT* ~ " " ~ ASCII_DIGIT* }
robot_init = { ASCII_DIGIT* ~ " " ~ ASCII_DIGIT* ~ " " ~ ("S" | "N" | "W" | "E") }
robot_instructions = { ASCII_ALPHA_UPPER+ }