m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/parser.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.js')
-rw-r--r--src/parser.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.js b/src/parser.js
index a4665ac..1b678e4 100644
--- a/src/parser.js
+++ b/src/parser.js
@@ -63,6 +63,7 @@ newSymbol('d', (parser) => {
newDieOperation('E')
newDieOperation('K')
newDieOperation('k')
+newDieOperation('A')
newInfix('bigPlus', 20, { type: 'add' })
newInfix('bigMinus', 20, { type: 'subtract' })