Flexer icon indicating copy to clipboard operation
Flexer copied to clipboard

Lexing library for Swift

Results 1 Flexer issues
Sort by recently updated
recently updated
newest added

Hello! First, thank you for that useful library. I think there is an error in the `next` method of `BasicTextCharacterSequence.` `case "#": return BasicTextCharacter(kind: .pound, range: range)` It should be...