#import <Foundation/Foundation.h>

#define DASH -
#define OPAREN (
#define CPAREN )
#define OCURLYBRACE {
#define CCURLYBRACE }
#define OBRACKET [
#define CBRACKET ]
#define VOID void
#define ID id
#define SELF self
#define IF if
#define EQUALS =
#define SUPER super
#define INIT init
#define COLON :
#define SEMICOLON ;
#define INTERFACE @interface
#define IMPLEMENTATION @implementation
#define END @end
#define NSOBJECT NSObject
#define RETURN return
