aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRobin Moussu <robin.moussu+git@gmail.com>2018-04-08 01:07:05 +0200
committerRobin Moussu <robin.moussu+git@gmail.com>2018-04-09 01:04:38 +0200
commit715fbec331bd1f91a8bd5ece992aab66203af222 (patch)
tree24d78eccc2316b18cacdfe49f9329aa57ad5d959 /diceparser.h
parent5037bbc102fec39fbdef810427c31cb0a1722709 (diff)
downloadOneRoll-715fbec331bd1f91a8bd5ece992aab66203af222.tar.gz
OneRoll-715fbec331bd1f91a8bd5ece992aab66203af222.zip
add all operators in README.md
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h15
1 files changed, 1 insertions, 14 deletions
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<br/>
- * Command =: Expression | ScalarOperator Expression | ScalarOperator NodeAction Expression<br/>
- * Expression =: number | number Dice | Command<br/>
- * Dice =: DiceOperator Number(faces) | DiceOperator List<br/>
- * List =: [Word[range|percentage],Number[range|percentage],',']+<br/>
- * Persentage =: Number <br/>
- * NodeAction =: @<br/>
- * DiceOperator =: [D,L]<br/>
- * ScalarOperator =: [x,-,*,x,/]<br/>
- * number =: [0-9]+<br/>
- * Word =: [A-z]+<br/>
- *
+ * The grammar is described in Readme.md
*/
/**