Remove custom Result type and throw errors

This commit is contained in:
Kyle Fuller
2015-09-25 12:53:45 -07:00
parent 25f5583542
commit 9c335caeb6
17 changed files with 211 additions and 460 deletions

View File

@@ -1,6 +1,3 @@
import Foundation
public enum Token : Equatable {
/// A token representing a piece of text.
case Text(value:String)