From 2d8dcc7ebce15bbe93d3c9bb58e14e94e31d226c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 29 Nov 2021 23:24:10 +0000 Subject: [PATCH] grammrs/axes: add h / v for horizontal / vertical --- .docs/grammars/axes.bnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/grammars/axes.bnf b/.docs/grammars/axes.bnf index 5150c21..6f5ae77 100644 --- a/.docs/grammars/axes.bnf +++ b/.docs/grammars/axes.bnf @@ -18,7 +18,7 @@ front 3 left 10 y 77 x 30 back 99 ::= | "-" - ::= front | back | left | right | up | down | "?" + ::= front | back | left | right | up | down | h | v | "?" ::= x | y | z