kokke / kokke/tiny-regex-c

Do not support {n, m} feature.

Open
#81 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
1.5k
Forks
212
PR merge metrics
No merged PRs in 30d

Description

Regex is [a-z][a-z0-9]{0, 10},
Match string is "cmtheit",
Do not match.

Contributor guide

No contributing guide indexed for this repository

Research direction

Begin by reproducing the reported regex and match string from the issue, then locate the parser and matcher entry points for repetition ranges. Done means the bounded form `{0, 10}` accepts the stated match string.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.