Issue's messages are now capitalized to improve readability.
Position's isEmpty method has been safely renamed to isFlat to match the convention used in kolasu. This ensures consistency across the StarLasu collection. The isEmpty method has now been deprecated and is to be removed in the future.
Parsing Issues report the correct Position by taking into consideration the length of the token, to improve UX.
The above message has been included in the commit's description.
Test coverage has been extended to the new features.
The changelog has been updated to reflect the changes, with the version Unreleased to facilitate library moderation.
Resolve #59 Inspired by Strumenta/kolasu#292.
Issue
's messages are now capitalized to improve readability.Position
'sisEmpty
method has been safely renamed toisFlat
to match the convention used in kolasu. This ensures consistency across the StarLasu collection. TheisEmpty
method has now been deprecated and is to be removed in the future.Issue
s report the correctPosition
by taking into consideration the length of the token, to improve UX.The above message has been included in the commit's description. Test coverage has been extended to the new features. The changelog has been updated to reflect the changes, with the version
Unreleased
to facilitate library moderation.