{"id":22472274,"url":"https://github.com/ckampfe/lalrpop_edn","last_synced_at":"2025-03-27T16:21:52.571Z","repository":{"id":72030576,"uuid":"450334733","full_name":"ckampfe/lalrpop_edn","owner":"ckampfe","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-24T05:33:53.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T20:11:21.411Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckampfe.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":"2022-01-21T03:04:43.000Z","updated_at":"2022-01-23T00:06:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3d3cac5-e029-4480-bb5c-f1f4949d91e2","html_url":"https://github.com/ckampfe/lalrpop_edn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Flalrpop_edn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Flalrpop_edn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Flalrpop_edn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckampfe%2Flalrpop_edn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckampfe","download_url":"https://codeload.github.com/ckampfe/lalrpop_edn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245879028,"owners_count":20687303,"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":"2024-12-06T12:14:10.046Z","updated_at":"2025-03-27T16:21:52.557Z","avatar_url":"https://github.com/ckampfe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lalrpop_edn\n\nA [LALRPOP](https://github.com/lalrpop/lalrpop) parser for [edn](https://github.com/edn-format/edn)\n\n[![Rust](https://github.com/ckampfe/lalrpop_edn/actions/workflows/rust.yml/badge.svg)](https://github.com/ckampfe/lalrpop_edn/actions/workflows/rust.yml)\n\n```rust\nlet parser = edn::ExprParser::new();\n\nlet s = std::fs::read_to_string(\"deps.edn\").unwrap();\n\nassert!(parser.parse(\u0026s).is_ok());\n```\n\n## TODO\n\n- [x] Strings\n- [x] Symbols\n- [x] Keywords\n- [x] Characters\n- [x] Integers\n- [x] Integers (arbitrary precision)\n- [x] Floats\n- [x] Floats (exact precision)\n- [x] Lists\n- [x] Vectors\n- [x] Maps\n- [x] Sets\n- [x] Nil\n- [x] Comments\n- [x] `Display` impl\n- [ ] Discard (`#_`)\n- [ ] Tagged elements\n- [ ] Get rid of all `.unwrap()`/`.expect()`\n- [ ] Make `num-bigint` and `rust_decimal` optional\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Flalrpop_edn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckampfe%2Flalrpop_edn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckampfe%2Flalrpop_edn/lists"}