{"id":22542501,"url":"https://github.com/maumagnaguagno/ichor","last_synced_at":"2026-02-17T03:36:47.109Z","repository":{"id":52306954,"uuid":"441007269","full_name":"Maumagnaguagno/Ichor","owner":"Maumagnaguagno","description":":drop_of_blood: Fast S-expression parser for Ruby","archived":false,"fork":false,"pushed_at":"2024-11-02T16:04:36.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-02T17:17:54.378Z","etag":null,"topics":["c","rubygem","s-expression"],"latest_commit_sha":null,"homepage":"","language":"C","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/Maumagnaguagno.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}},"created_at":"2021-12-22T23:16:31.000Z","updated_at":"2024-11-02T16:04:40.000Z","dependencies_parsed_at":"2023-12-28T02:38:32.998Z","dependency_job_id":"52d87fe3-1f46-4742-96ec-33d12f671817","html_url":"https://github.com/Maumagnaguagno/Ichor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maumagnaguagno%2FIchor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maumagnaguagno%2FIchor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maumagnaguagno%2FIchor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maumagnaguagno%2FIchor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maumagnaguagno","download_url":"https://codeload.github.com/Maumagnaguagno/Ichor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228604675,"owners_count":17944280,"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":["c","rubygem","s-expression"],"created_at":"2024-12-07T13:10:42.551Z","updated_at":"2025-10-12T14:32:00.122Z","avatar_url":"https://github.com/Maumagnaguagno.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ichor [![Actions Status](https://github.com/Maumagnaguagno/Ichor/workflows/build/badge.svg)](https://github.com/Maumagnaguagno/Ichor/actions)\n**Fast S-expression parser extension for Ruby**\n\nThe goal of this project is to add to Ruby a fast ``String#to_sexpr`` method to parse large [symbolic expressions](https://en.wikipedia.org/wiki/S-expression).\nOnly atoms and lists are considered, quotes, nil and comments are currently out of scope.\nAtoms are expected to be encoded in ASCII and separated by whitespaces, characters with value between 1 and 32.\nAn exception is raised when missing an open/close parentheses or the expression is malformed.\nParsing stops once a [NUL](https://en.wikipedia.org/wiki/Null_character) is reached.\n\n## Build\n```Shell\ncd Ichor\nruby extconf.rb\nmake\n```\n\n## Usage\n```Ruby\nrequire_relative 'ichor'\np '(define example (begin () end))'.to_sexpr\n```\n\n```Shell\nruby -r ./ichor.so -e \"p '(+ 2 3)'.to_sexpr\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaumagnaguagno%2Fichor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaumagnaguagno%2Fichor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaumagnaguagno%2Fichor/lists"}