Change tokenzing to concatenate all adjacent character tokens into one

This commit is contained in:
iska
2014-10-26 18:11:21 +01:00
parent a3358dd8b0
commit e43d7c21d1
3 changed files with 15 additions and 5 deletions
+2
View File
@@ -15,4 +15,6 @@
- (instancetype)initWithString:(NSString *)string;
- (void)appendString:(NSString *)string;
@end