Archived
1

Improved Evaluation

This commit is contained in:
Kim Wittenburg
2014-09-28 23:50:18 +02:00
parent 43b6f78afb
commit d67a1949e9
19 changed files with 841 additions and 89 deletions

View File

@@ -15,9 +15,10 @@
- (void)push;
- (void)pop;
- (void)bindValue:(NSDecimalNumber *)value toName:(NSString *)variableName;
- (void)unbindVariableName:(NSString *)variableName;
- (void)defineVariable:(NSString *)variable withValue:(id)value;
- (void)undefineVariable:(NSString *)variable;
- (BOOL)isVariableDefined:(NSString *)variable;
- (NSDecimalNumber *)valueForVariableName:(NSString *)variableName;
- (NSDecimalNumber *)valueForVariable:(NSString *)variable;
@end