From 3a5710bf7cb85da4ba6a327d6149db46e6bed82e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 28 Aug 2008 16:26:07 +0200 Subject: Eliminate MLKStream, introduce MLKBinaryStream and MLKCharacterStream. --- MLKInterpreter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MLKInterpreter.h') diff --git a/MLKInterpreter.h b/MLKInterpreter.h index 67f7377..5d4c9a0 100644 --- a/MLKInterpreter.h +++ b/MLKInterpreter.h @@ -16,10 +16,10 @@ * along with this program. If not, see . */ +#import "MLKCharacterStream.h" #import "MLKForm.h" #import "MLKLexicalContext.h" #import "MLKLexicalEnvironment.h" -#import "MLKStream.h" #import #import @@ -44,7 +44,7 @@ enum MLKProcessingMode inLexicalContext:(MLKLexicalContext *)context withEnvironment:(MLKLexicalEnvironment *)lexenv; -+(BOOL) load:(MLKStream *)stream verbose:(BOOL)verbose print:(BOOL)print; ++(BOOL) load:(MLKCharacterStream *)stream verbose:(BOOL)verbose print:(BOOL)print; +(id) compile:(id)object inContext:(MLKLexicalContext *)context; -- cgit v1.2.3