aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-01-20 07:52:58 +0100
committerRenaud G <renaud@rolisteam.org>2014-01-20 07:52:58 +0100
commit488a7a8b217f3636b2887257e38e8477041b566e (patch)
tree7ba1c3d71ca6965472d4f5402a77890bef63b9c1 /main.cpp
parent33329db82c9e9be5a21e15f8a61249a0d5f0a178 (diff)
downloadOneRoll-488a7a8b217f3636b2887257e38e8477041b566e.tar.gz
OneRoll-488a7a8b217f3636b2887257e38e8477041b566e.zip
adding parantheses management (unworking yet)
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/main.cpp b/main.cpp
index db84ac4..47a7c45 100644
--- a/main.cpp
+++ b/main.cpp
@@ -11,23 +11,23 @@ int main(int argc, char *argv[])
QStringList commands;
- commands << "3D100"
- << "3D100"
- << "10D10e[>=6]s"
- << "100190D6666666s"
- << "10D10e10s"
- << "10D10s"
- << "15D10e10c[8-10]"
- << "15D10c[>7]"
- << "1D8+2D6+7"
- << "D25"
- << "8+8+8"
- << "1D20-88"
- << "100*1D20*2D6"
- << "100/28*3"
- << "100/8"
- << "100*3*8"
- << "100*3*8";
+ commands << "2D10+(4*1D10)";
+// << "3D100"
+// << "10D10e[>=6]s"
+// << "100190D6666666s"
+// << "10D10e10s"
+// << "10D10s"
+// << "15D10e10c[8-10]"
+// << "15D10c[>7]"
+// << "1D8+2D6+7"
+// << "D25"
+// << "8+8+8"
+// << "1D20-88"
+// << "100*1D20*2D6"
+// << "100/28*3"
+// << "100/8"
+// << "100*3*8"
+// << "100*3*8";