Skip to content

Commit

Permalink
clean up leaf specific bytes file
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwright committed Feb 15, 2017
1 parent 5877b25 commit 37bdf88
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Sources/Leaf/Byte+Leaf.swift
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
//// TODO: => Core
//extension Byte {
//// public static let openParenthesis = "(".makeBytes().first!
//// public static let closedParenthesis = ")".makeBytes().first!
//
// public static let openCurly = "{".makeBytes().first!
// public static let closedCurly = "}".makeBytes().first!
//
// public static let quotationMark = "\"".makeBytes().first!
//}

// FIXME: Can this be rm?
extension Sequence where Iterator.Element == Byte {
public static var whitespace: Bytes {
return [ .space, .newLine, .carriageReturn, .horizontalTab]
Expand Down

0 comments on commit 37bdf88

Please sign in to comment.