Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Swift 1.2 and Xcode 6.3 beta #11

Merged
merged 2 commits into from
Feb 18, 2015
Merged

Update for Swift 1.2 and Xcode 6.3 beta #11

merged 2 commits into from
Feb 18, 2015

Conversation

jordanekay
Copy link
Contributor

No description provided.

tokens.append(token)
(tag: String!, tokenRange: NSRange, sentenceRange: NSRange, stop: UnsafeMutablePointer<ObjCBool>) -> Void in
let token = (text as NSString).substringWithRange(tokenRange)
tokens.append(token)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

➡️

@ayanonagon
Copy link
Owner

Thanks for the PR! Looks good after the indentation fix. :octocat: 👍

- Remove private API usage as it is no longer available
- Include ParsimmonTokenizer.swift in test target
- Update assert, count syntax
ayanonagon added a commit that referenced this pull request Feb 18, 2015
Update for Swift 1.2 and Xcode 6.3 beta
@ayanonagon ayanonagon merged commit 890b903 into ayanonagon:swiftify Feb 18, 2015
@jordanekay jordanekay deleted the update branch February 18, 2015 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants