diff options
| author | 2018-04-08 01:07:05 +0200 | |
|---|---|---|
| committer | 2018-04-09 01:04:38 +0200 | |
| commit | 715fbec331bd1f91a8bd5ece992aab66203af222 (patch) | |
| tree | 24d78eccc2316b18cacdfe49f9329aa57ad5d959 /README.md | |
| parent | 5037bbc102fec39fbdef810427c31cb0a1722709 (diff) | |
| download | OneRoll-715fbec331bd1f91a8bd5ece992aab66203af222.tar.gz OneRoll-715fbec331bd1f91a8bd5ece992aab66203af222.zip | |
add all operators in README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 29 |
1 files changed, 18 insertions, 11 deletions
@@ -14,7 +14,7 @@ Instruction =: Expression Expression =: number | number Dice DiceOperation | ScalarOperator Expression | string | variable Expression Dice =: DiceOperator Number(faces) | DiceOperator ListOfValues DiceOperator =: D | L -DiceOperation =: Keep | KeepAndExplose | sort | if | explose | jumpbackward | merge | filter | parenthese | count | paint | group +DiceOperation =: Keep | KeepAndExplose | Sort | Count | Reroll | If | Explose | RerollAndAdd | Jumpbackward | Merge | Filter | Split | Parenthese | Count | Paint | Group ScalarOperator =: [x,-,*,x,/] number =: [0-9]+ | constantValue constantValue =: ${id | label} @@ -30,16 +30,23 @@ ListOfValue=: String[Range],ListOfValue | String[Range] String =: [A-z0-9]+ Keep =: k Number KeepAndExplose =: K number -sort =: s -if =: i compareMethod [Validator] {Expression}[{Expression}] -paint =: p [ count : color ] -group =: number -explose =: e Validator -jumpbackward =: @DiceOperation -merge =: m | m Expression -filter =: f Validator -parenthese =: (expression) -count =: c Validator +Reroll =: r +Explosing =: e +RerollOnceAndAdd =: a +RerollAndAdd =: A +Painter =: p +Split =: u +Group =: g +Sort =: s +If =: i compareMethod [Validator] {Expression}[{Expression}] +Paint =: p [ Count : color ] +Group =: number +Explose =: e Validator +Jumpbackward =: @DiceOperation +Merge =: m | m Expression +Filter =: f Validator +Parenthese =: (expression) +Count =: c Validator ``` |