Skip to content

refactor: Remove regex dependency in until_next_unindented#195

Merged
6d7a merged 1 commit intolibrasn:mainfrom
Rawk:until_next_unindented
Jan 19, 2026
Merged

refactor: Remove regex dependency in until_next_unindented#195
6d7a merged 1 commit intolibrasn:mainfrom
Rawk:until_next_unindented

Conversation

@Rawk
Copy link
Copy Markdown
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.
@6d7a 6d7a merged commit f9ce91c into librasn:main Jan 19, 2026
1 check passed
@Rawk Rawk deleted the until_next_unindented branch January 19, 2026 20:06
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.

2 participants