From bcde0dca1696a9f9e754d52776700edc83663453 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 26 Jul 2008 22:29:43 +0200 Subject: Make the interpreter capable of a restricted form of minimal compilation. --- MLKInterpreter.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MLKInterpreter.h') diff --git a/MLKInterpreter.h b/MLKInterpreter.h index 788dfe1..8ff119f 100644 --- a/MLKInterpreter.h +++ b/MLKInterpreter.h @@ -31,5 +31,10 @@ inLexicalContext:(MLKLexicalContext *)context withEnvironment:(MLKLexicalEnvironment *)lexenv; ++(NSArray*) eval:(id)program + inLexicalContext:(MLKLexicalContext *)context + withEnvironment:(MLKLexicalEnvironment *)lexenv + expandOnly:(BOOL)expandOnly; + +(BOOL) load:(MLKStream *)stream verbose:(BOOL)verbose print:(BOOL)print; @end -- cgit v1.2.3