You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source code of my solution to the CodeCrafters' "Build your own grep"
challenge.
I've put myself a personal challenge: do not use any third-party packages (only use built-in Python features). Of course,
I did not use Python's re neither.
About
Source code of my solution to the CodeCrafters' "Build your own grep" challenge