diff options
| author | 2014-01-05 13:12:05 +0100 | |
|---|---|---|
| committer | 2014-01-05 13:12:05 +0100 | |
| commit | 3853227d5852f45341c1ee49be4411ada78d860c (patch) | |
| tree | 12bd626e68a445b37e0c3870a996aedf8552a5c8 /main.cpp | |
| parent | 4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 (diff) | |
| download | OneRoll-3853227d5852f45341c1ee49be4411ada78d860c.tar.gz OneRoll-3853227d5852f45341c1ee49be4411ada78d860c.zip | |
Add new management of result.
It may require to make several
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ int main(int argc, char *argv[]) myParser->parseLine("D25"); myParser->parseLine("8+8"); myParser->parseLine("88-1D20"); - myParser->parseLine("100*1D20"); + myParser->parseLine("100*1D20*2D6"); myParser->parseLine("100/28"); myParser->parseLine("100/8"); myParser->parseLine("100*3"); |