{"id":25654261,"url":"https://github.com/bert2/bert2-codecrafters-grep-haskell","last_synced_at":"2025-10-09T12:36:52.641Z","repository":{"id":146176750,"uuid":"597494430","full_name":"bert2/bert2-codecrafters-grep-haskell","owner":"bert2","description":"My λ for https://app.codecrafters.io/courses/grep","archived":false,"fork":false,"pushed_at":"2023-02-12T12:36:13.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T18:00:00.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bert2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-04T18:14:46.000Z","updated_at":"2023-02-06T07:54:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"3faed6f9-b169-4bc6-a9bb-a050614be301","html_url":"https://github.com/bert2/bert2-codecrafters-grep-haskell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bert2/bert2-codecrafters-grep-haskell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bert2%2Fbert2-codecrafters-grep-haskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bert2%2Fbert2-codecrafters-grep-haskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bert2%2Fbert2-codecrafters-grep-haskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bert2%2Fbert2-codecrafters-grep-haskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bert2","download_url":"https://codeload.github.com/bert2/bert2-codecrafters-grep-haskell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bert2%2Fbert2-codecrafters-grep-haskell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001430,"owners_count":26083078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-23T20:19:02.239Z","updated_at":"2025-10-09T12:36:52.637Z","avatar_url":"https://github.com/bert2.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a starting point for Haskell solutions to the\n[\"Build Your Own grep\" Challenge](https://app.codecrafters.io/courses/grep/overview).\n\n[Regular expressions](https://en.wikipedia.org/wiki/Regular_expression)\n(Regexes, for short) are patterns used to match character combinations in\nstrings. [`grep`](https://en.wikipedia.org/wiki/Grep) is a CLI tool for\nsearching using Regexes.\n\nIn this challenge you'll build your own implementation of `grep`. Along the way\nwe'll learn about Regex syntax, how parsers/lexers work, and how regular\nexpressions are evaluated.\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge.\n\n# Passing the first stage\n\nThe entry point for your `grep` implementation is in `Main.hs`. Study and\nuncomment the relevant code, and push your changes to pass the first stage:\n\n```sh\ngit add .\ngit commit -m \"pass 1st stage\" # any msg\ngit push origin master\n```\n\nTime to move on to the next stage!\n\n# Stage 2 \u0026 beyond\n\nNote: This section is for stages 2 and beyond.\n\n1. Ensure you have `stack` installed locally\n1. Run `./your_grep.sh` to run your program, which is implemented in `Main.hs`.\n1. Commit your changes and run `git push origin master` to submit your solution\n   to CodeCrafters. Test output will be streamed to your terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbert2%2Fbert2-codecrafters-grep-haskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbert2%2Fbert2-codecrafters-grep-haskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbert2%2Fbert2-codecrafters-grep-haskell/lists"}