I wrote a quick parser for Typescript definition files using Sprache. the parser looks ugly because of all WhiteSpace handling.
If i have a scanner for the source files, that returns an IEnumerable<Token>, it would be more convenient to consume the Tokens and not the chars using Sprache.
Is this support already baked in?