v2.2.0
Added a new Position property, to know where in the original string/stream the current token is. It’s a count of bytes (UTF-8) or chars (UTF-16).
What's Changed
- Add Position property by @clipperhouse in #23
Full Changelog: v2.1.0...v2.2.0
Added a new Position property, to know where in the original string/stream the current token is. It’s a count of bytes (UTF-8) or chars (UTF-16).
Full Changelog: v2.1.0...v2.2.0