{"id":49146540,"url":"https://github.com/rishvic/rregex","last_synced_at":"2026-04-22T04:05:53.601Z","repository":{"id":185064504,"uuid":"672941107","full_name":"rishvic/rregex","owner":"rishvic","description":"Solution for Compiler Design, Assignment 1","archived":false,"fork":false,"pushed_at":"2023-07-31T14:20:04.000Z","size":1496,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-31T16:04:20.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishvic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-31T14:04:52.000Z","updated_at":"2023-07-31T16:04:58.418Z","dependencies_parsed_at":"2023-07-31T18:47:13.833Z","dependency_job_id":null,"html_url":"https://github.com/rishvic/rregex","commit_stats":null,"previous_names":["rishvic/rregex"],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/rishvic/rregex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishvic%2Frregex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishvic%2Frregex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishvic%2Frregex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishvic%2Frregex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishvic","download_url":"https://codeload.github.com/rishvic/rregex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishvic%2Frregex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32120408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":"2026-04-22T04:04:45.380Z","updated_at":"2026-04-22T04:05:53.597Z","avatar_url":"https://github.com/rishvic.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RRegex\n\nTo build the regex library, run `wasm-pack build`.\n\nRun the `www/` Next.js project by running `yarn dev` from inside the directory,\nafter building the library.\n\n## Operators\n\nThree operators are currently supported:\n\n1.  **Concatenation:** Just writing two regexes one after the other means they are\n    concatenated. Eg. \"ab\" is the concatenation of \"a\" and \"b\".\n1.  **Union:** The pipe operator '|' means either one of the regexes should match\n    the string. Eg. \"a|b\" is the union of \"a\" and \"b\".\n1.  **Kleene star:** The star operator '\\*' means zero or more repetitions of\n    the regex. Eg. \"a\\*\" is the repetition of \"a\".\n\n## Examples\n\nSample images for some regular expressions are stored in the `examples/`\ndirectory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishvic%2Frregex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishvic%2Frregex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishvic%2Frregex/lists"}