{"id":15886812,"url":"https://github.com/epost/grasp","last_synced_at":"2026-01-16T00:39:17.117Z","repository":{"id":149244172,"uuid":"82945355","full_name":"epost/grasp","owner":"epost","description":"graph specification processor (deprecated in favour of purescript version)","archived":false,"fork":false,"pushed_at":"2021-10-21T23:20:45.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T07:12:03.695Z","etag":null,"topics":["deprecated-repo","graph","graphviz"],"latest_commit_sha":null,"homepage":"https://github.com/epost/purescript-grasp","language":"Yacc","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/epost.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2017-02-23T16:12:04.000Z","updated_at":"2021-10-21T23:20:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a025015-687f-44bb-a58a-70f796573995","html_url":"https://github.com/epost/grasp","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"3c09d2e498dc2a194d90b193593e17f61ca9c3a3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fgrasp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fgrasp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fgrasp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fgrasp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epost","download_url":"https://codeload.github.com/epost/grasp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246848748,"owners_count":20843744,"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":["deprecated-repo","graph","graphviz"],"created_at":"2024-10-06T05:41:43.447Z","updated_at":"2026-01-16T00:39:17.073Z","avatar_url":"https://github.com/epost.png","language":"Yacc","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title:Grasp (deprecated in favour of [[https://github.com/epost/purescript-grasp][purescript-grasp]])\n\nGrasp, short for GRAph Specification Processor, allows you to:\n\n- Specify graphs in a super concise format.\n- Output graph structure as JSON.\n- Leave formatting (layout, colouring, etc.) to other tools, such as GraphViz.\n\n\n* Examples\n\nSyntax is inspired by both GraphViz and CYPHER:\n\n#+BEGIN_EXAMPLE\n# concise node and edge syntax\n\na -\u003e b\nb -\u003e c; c -\u003e d\nd, e, f -\u003e g\n\n# labeled edges\n\n1 -succ-\u003e 2\n\n# type annotations\n\nx:A -f-\u003e y:B\ny -g:G-\u003e z\n#+END_EXAMPLE\n\n* Features\n- [X] no formatting, only structure\n- [X] comma syntax: ~a,b,c -\u003e d, e~\n- [X] type syntax? ~a:A - b:B -\u003e c:C~\n- [X] comments\n- [ ] transitive syntax? ~a -\u003e b -\u003e c -\u003e d~\n- [ ] allow (back)slash in node / edge labels? (handy for paths and URLs)?\n- [ ] quoted node / edge labels?\n- [ ] dash as part of identifiers maar dan zonder conflicts or ambiguities\n- [ ] question mark as part of identifiers\n- [ ] node / edge ids? maybe using hash mark?\n- [ ] allow references: graph transformations, styling, comments, legend, etc\n- [ ] support formats other than JSON.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepost%2Fgrasp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepost%2Fgrasp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepost%2Fgrasp/lists"}