{"id":26890659,"url":"https://github.com/lurgrid/glushkovizer","last_synced_at":"2025-03-31T22:05:41.836Z","repository":{"id":235110398,"uuid":"790075423","full_name":"Lurgrid/Glushkovizer","owner":"Lurgrid","description":"Program that transforms a regular expression into a Glushkov automaton and then transforms it into a grammar","archived":false,"fork":false,"pushed_at":"2024-05-21T14:34:23.000Z","size":1822,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T12:20:18.830Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lurgrid.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-22T08:09:54.000Z","updated_at":"2024-05-28T17:11:27.633Z","dependencies_parsed_at":"2024-04-22T09:30:59.441Z","dependency_job_id":"7fb3c678-9aa3-4080-a712-5ac2bcbc9d68","html_url":"https://github.com/Lurgrid/Glushkovizer","commit_stats":null,"previous_names":["lurgrid/glushkovizer"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lurgrid%2FGlushkovizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lurgrid%2FGlushkovizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lurgrid%2FGlushkovizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lurgrid%2FGlushkovizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lurgrid","download_url":"https://codeload.github.com/Lurgrid/Glushkovizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246547377,"owners_count":20794970,"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","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-03-31T22:05:41.176Z","updated_at":"2025-03-31T22:05:41.831Z","avatar_url":"https://github.com/Lurgrid.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Glushkovizer\n\nManipulation, regular expression and automaton library. Allows conversion of\nregular expressions into automata and analysis of automata and their orbits.\n\n## Formal definition\n\nThe formal definition of data types used by this library is available in French\n[here](./doc/formal.pdf)\n\n## Examples\n\nTo see an example of a graphics application using this library, go to this\nrepository :\n\n\u003e https://github.com/Lurgrid/GlushkovizerApp-GTK4\n\n\u0026nbsp;\n\n```bash\n$ cargo run --example simple_json\n```\n\n**CLI version (example) :**\n\n```bash\n$ cargo build --example cli --release\n$ ./target/release/examples/cli\nPlease enter a regular expression - Press Ctrl + D to quit\n(a+b).a*.b*.(a+b)*\nConcat(Concat(Concat(Or(Symbol('a'), Symbol('b')), Repeat(Symbol('a'))), Repeat(Symbol('b'))), Repeat(Or(Symbol('a'), Symbol('b'))))\nEnter a filename to save the automata - Press Ctrl + D to not save\ntoto\nSaved !\nPlease enter a regular expression - Press Ctrl + D to quit\n```\n\n### Run Dependencies\n\n- `dot 9.0 \u003e=` _(May work on an earlier version, but has not been tested)_\n\n  _Click [here](https://graphviz.org/download/) to install it_\n\n## License\n\nGPLv3\n\n---\n\n\u003e GitHub [@Lurgrid](https://github.com/Lurgrid)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flurgrid%2Fglushkovizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flurgrid%2Fglushkovizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flurgrid%2Fglushkovizer/lists"}