| // | // | ||||
| // SA_DiceBag.h | // SA_DiceBag.h | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 12/30/15. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import <Foundation/Foundation.h> | #import <Foundation/Foundation.h> | ||||
| // | // | ||||
| // SA_DiceBag.m | // SA_DiceBag.m | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 12/30/15. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import "SA_DiceBag.h" | #import "SA_DiceBag.h" | ||||
| // | // | ||||
| // SA_DiceBot.h | // SA_DiceBot.h | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 12/30/15. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| /* | /* | ||||
| The SA_DiceBot class hierarchy works like this: | The SA_DiceBot class hierarchy works like this: | ||||
| // | // | ||||
| // SA_DiceBot.m | // SA_DiceBot.m | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 12/30/15. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import "SA_DiceBot.h" | #import "SA_DiceBot.h" | ||||
| // | // | ||||
| // SA_DiceErrorHandling.h | // SA_DiceErrorHandling.h | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 1/11/16. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #ifndef SA_DiceErrorHandling_h | #ifndef SA_DiceErrorHandling_h | ||||
| #define SA_DiceErrorHandling_h | #define SA_DiceErrorHandling_h |
| // | // | ||||
| // SA_DiceErrorHandling.m | // SA_DiceErrorHandling.m | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 1/11/16. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import "SA_DiceErrorHandling.h" | #import "SA_DiceErrorHandling.h" | ||||
| // | // | ||||
| // SA_DiceEvaluator.h | // SA_DiceEvaluator.h | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 1/2/16. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import <Foundation/Foundation.h> | #import <Foundation/Foundation.h> | ||||
| // | // | ||||
| // SA_DiceEvaluator.m | // SA_DiceEvaluator.m | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 1/2/16. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import "SA_DiceEvaluator.h" | #import "SA_DiceEvaluator.h" | ||||
| // | // | ||||
| // SA_DiceExpressionStringConstants.h | // SA_DiceExpressionStringConstants.h | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 1/2/16. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import <Foundation/Foundation.h> | #import <Foundation/Foundation.h> | ||||
| // | // | ||||
| // SA_DiceExpressionStringConstants.m | // SA_DiceExpressionStringConstants.m | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 1/2/16. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import "SA_DiceExpressionStringConstants.h" | #import "SA_DiceExpressionStringConstants.h" | ||||
| // | // | ||||
| // SA_DiceFormatter.h | // SA_DiceFormatter.h | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 12/31/15. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import <Foundation/Foundation.h> | #import <Foundation/Foundation.h> | ||||
| // | // | ||||
| // SA_DiceFormatter.m | // SA_DiceFormatter.m | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 12/31/15. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import "SA_DiceFormatter.h" | #import "SA_DiceFormatter.h" | ||||
| // | // | ||||
| // SA_DiceParser.h | // SA_DiceParser.h | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 12/30/15. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import <Foundation/Foundation.h> | #import <Foundation/Foundation.h> | ||||
| // | // | ||||
| // SA_DiceParser.m | // SA_DiceParser.m | ||||
| // RPGBot | |||||
| // | |||||
| // Created by Sandy Achmiz on 12/30/15. | |||||
| // | // | ||||
| // Copyright (c) 2016 Said Achmiz. | |||||
| // | // | ||||
| // This software is licensed under the MIT license. | |||||
| // See the file "LICENSE" for more information. | |||||
| #import "SA_DiceParser.h" | #import "SA_DiceParser.h" | ||||