From 9960b8e94943867cc321a5145c327188e14d4d44 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 22 Jun 2008 13:19:09 +0200 Subject: Add class MLKInterpreter. --- MLKCons.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MLKCons.h') 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 -- cgit v1.2.3