summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 13:19:09 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 13:19:09 +0200
commit9960b8e94943867cc321a5145c327188e14d4d44 (patch)
treeaca68ea0144f0cb8b3cc0b2504d04536b3fce318 /MLKCons.h
parentf096436acc4c0c6968c88ca0f795bf021c83c670 (diff)
Add class MLKInterpreter.
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/MLKCons.h b/MLKCons.h
index d343e3f..a93e3d2 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -18,6 +18,8 @@
#import "MLKLispValue.h"
+@class NSArray;
+
@interface MLKCons : MLKLispValue
{
@@ -34,6 +36,8 @@
-(void) setCar:(id)value;
-(void) setCdr:(id)value;
+-(NSArray *)array;
+
-(NSString *)bareDescriptionForLisp; // description without
// parentheses, for internal use
// only