diff --git a/.docs/grammars/axes.bnf b/.docs/grammars/axes.bnf new file mode 100644 index 0000000..5150c21 --- /dev/null +++ b/.docs/grammars/axes.bnf @@ -0,0 +1,27 @@ +{% + +Examples: + +``` +front 3 left 10 y 77 x 30 back 99 +``` + +%} + + ::= * + + ::= + + ::= + | + + ::= + | "-" + + ::= front | back | left | right | up | down | "?" + + ::= x | y | z + + ::= * + + ::= 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 0