Archive Project
This commit is contained in:
19
Brainfuck/Lexer.h
Executable file
19
Brainfuck/Lexer.h
Executable file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// Lexer.h
|
||||
// Brainfuck
|
||||
//
|
||||
// Created by Kim Wittenburg on 20.05.13.
|
||||
// Copyright (c) 2013 brainfuck. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface Lexer : NSObject
|
||||
|
||||
+ (Lexer *)lexer;
|
||||
|
||||
- (id)init;
|
||||
|
||||
- (NSArray *)performLexingOnString:(NSString *)string error:(NSError **)error;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user