diff options
| author | 2017-11-25 02:51:23 +0100 | |
|---|---|---|
| committer | 2017-11-25 02:51:23 +0100 | |
| commit | 95d4b12f2900f13e5836cb460261c96889bdd4e5 (patch) | |
| tree | afcf71441e868fbd215eb68da69229e1b458a92d /README.md | |
| parent | 6769063ea8a41a568b06c63b797bc26c3c5a1c6d (diff) | |
| download | OneRoll-95d4b12f2900f13e5836cb460261c96889bdd4e5.tar.gz OneRoll-95d4b12f2900f13e5836cb460261c96889bdd4e5.zip | |
remove useless commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 4 insertions, 20 deletions
@@ -1,13 +1,9 @@ -[](http://www.rolisteam.org) +[](http://www.rolisteam.org) # DiceParser -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/) +Rolisteam Dice Parser ## Grammar The grammar is something like this: @@ -39,20 +35,6 @@ 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: @@ -81,6 +63,8 @@ roll 1 die with 25 faces ### 8+8+8 compute: 24 + + ### 100/28*3 compute: 100/28 = 3 3*3 = 9 |