From 715fbec331bd1f91a8bd5ece992aab66203af222 Mon Sep 17 00:00:00 2001 From: Robin Moussu Date: Sun, 8 Apr 2018 01:07:05 +0200 Subject: add all operators in README.md --- diceparser.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'diceparser.h') diff --git a/diceparser.h b/diceparser.h index abe19a1..6c59bae 100644 --- a/diceparser.h +++ b/diceparser.h @@ -47,20 +47,7 @@ class ExploseDiceNode; * * @section grammar The Grammar * - * The grammar is something like this: - * - * Line =: Command | Command;Command
- * Command =: Expression | ScalarOperator Expression | ScalarOperator NodeAction Expression
- * Expression =: number | number Dice | Command
- * Dice =: DiceOperator Number(faces) | DiceOperator List
- * List =: [Word[range|percentage],Number[range|percentage],',']+
- * Persentage =: Number
- * NodeAction =: @
- * DiceOperator =: [D,L]
- * ScalarOperator =: [x,-,*,x,/]
- * number =: [0-9]+
- * Word =: [A-z]+
- * + * The grammar is described in Readme.md */ /** -- cgit v1.2.3-70-g09d2