Skip to content

Conversation

@Rawk
Copy link
Contributor

@Rawk Rawk commented Jan 10, 2026

lexer::utils::until_next_unindented is using the regex crate for matching. Replace it with standard character iteration.

If pull request #189 is also accepted, the dependency on regex can be dropped.

`lexer::utils::until_next_unindented` is using the regex crate for
matching. Replace it with standard character iteration.

If pull request librasn#189 is also accepted, the dependency on regex can be
dropped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant