commit f49c227cb6efa830d6f5e7369ad51c972b2c71e2 parent abab92836786150ecdcc4751ce99cf6fe5edcf8d Author: Morel BĂ©renger <berengermorel76@gmail.com> Date: Sun, 19 Jul 2020 16:30:18 +0200 add prefix "alias" syntax Diffstat:
M | cubescript.atg | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cubescript.atg b/cubescript.atg @@ -36,6 +36,7 @@ CubeScript2 = identifier = word | string . statement = identifier + | ( "alias" identifier ( identifier | block ) newline ) | block | newline .