Go to file
Shadowfacts f7f35e09f7 Use Unicode.Scalar instead of Character
All the chars we care about are a single scalar, so this avoids spending
time on the grapheme breaking algorithm.
2023-11-28 11:56:56 -05:00
.swiftpm/xcode/package.xcworkspace/xcshareddata Add tokenizer 2023-11-24 15:18:37 -05:00
Sources/HTMLStreamer Use Unicode.Scalar instead of Character 2023-11-28 11:56:56 -05:00
Tests/HTMLStreamerTests Use Unicode.Scalar instead of Character 2023-11-28 11:56:56 -05:00
.gitignore Add tokenizer 2023-11-24 15:18:37 -05:00
Package.swift Attributed string conversion 2023-11-24 22:17:37 -05:00