diff --git a/.docs/grammars/axes.bnf b/.docs/grammars/axes.bnf index 11be87a..a75764c 100644 --- a/.docs/grammars/axes.bnf +++ b/.docs/grammars/axes.bnf @@ -29,9 +29,9 @@ front 3 left 10 y 77 x 30 back 99 ::= | "-" - ::= front | back | left | right | up | down | h | v | "?" + ::= front | back | left | right | up | down | "?" - ::= x | y | z + ::= x | y | z | h | v