diff options
| author | 2017-11-12 16:28:40 +0100 | |
|---|---|---|
| committer | 2017-11-12 16:28:40 +0100 | |
| commit | 2a8fd91924799e713c79f8a8e7d9edc94574a6ca (patch) | |
| tree | 6af720571119ef395a39fe3f6fff5d52ce09e3cf /README.md | |
| parent | cedc70618afa6826d409a64078ea1a8ede4af06c (diff) | |
| parent | bbc6f032bf8f182e6e4e97c7afddf47a3fb8a911 (diff) | |
| download | OneRoll-2a8fd91924799e713c79f8a8e7d9edc94574a6ca.tar.gz OneRoll-2a8fd91924799e713c79f8a8e7d9edc94574a6ca.zip | |
update diceparser
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 20 insertions, 4 deletions
@@ -1,9 +1,13 @@ -[](http://www.rolisteam.org) +[](http://www.rolisteam.org) # DiceParser -Rolisteam Dice Parser +Dice Parser merges several tool to roll any kind of dice to play at role playing games. +It can be use as command line application on GNU/Linux +It also provides IRC bot, discord bot, twitter bot and webservice. + +[More informations](http://www.rolisteam.org/) ## Grammar The grammar is something like this: @@ -35,6 +39,20 @@ parenthese =: (expression) count =: c Validator ``` +## Build + +``` +git clone git@github.com:Rolisteam/DiceParser.git +cd DiceParser +mkdir build +cd build +cmake ../ +make +make install +``` +# Downloads + +-DiceParser is part of rolisteam : http://www.rolisteam.org/download but it can be use as standalone tool. ## Example: @@ -63,8 +81,6 @@ roll 1 die with 25 faces ### 8+8+8 compute: 24 - - ### 100/28*3 compute: 100/28 = 3 3*3 = 9 |