aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.cpp
diff options
context:
space:
mode:
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 47a7c45..1abb895 100644
--- a/main.cpp
+++ b/main.cpp
@@ -11,23 +11,23 @@ int main(int argc, char *argv[])
QStringList commands;
- 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";
+ commands <<"1+(4*3)D10"
+ << "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";