{"id":19730552,"url":"https://github.com/begriffs/multiparse","last_synced_at":"2026-03-03T16:03:32.653Z","repository":{"id":141768187,"uuid":"310909717","full_name":"begriffs/multiparse","owner":"begriffs","description":"Drafts for my parsing article","archived":false,"fork":false,"pushed_at":"2021-07-18T17:45:08.000Z","size":2940,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T17:50:12.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://begriffs.com/posts/2021-11-28-practical-parsing.html","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/begriffs.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":"2020-11-07T18:41:57.000Z","updated_at":"2021-12-09T18:39:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"3acdd7d3-bf45-4285-a4e6-895c23705e3d","html_url":"https://github.com/begriffs/multiparse","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/begriffs%2Fmultiparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/begriffs%2Fmultiparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/begriffs%2Fmultiparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/begriffs%2Fmultiparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/begriffs","download_url":"https://codeload.github.com/begriffs/multiparse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241055933,"owners_count":19901686,"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-11-12T00:16:45.780Z","updated_at":"2026-03-03T16:03:27.621Z","avatar_url":"https://github.com/begriffs.png","language":"Yacc","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Multiparse\n\nThis is an experiment to see how to include multiple reentrant (pure) parsers\nand lexers into the same static library. That way a program could parse both,\nsay, a network protocol and a configuration file.\n\nLex and Yacc are traditionally designed to output standalone programs, so this\nproject uses Flex and Bison extensions.\n\n### Notes\n\nTo create the rules in morse.y from a dictionary of words, use this:\n\n```sh\nawk '{ word=$1; gsub(/./, \"\u0026 \", word); printf(\"%s { $$ = \\\"%s\\\"; } %%merge \u003ceither\u003e\\n\", word, $1) }'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbegriffs%2Fmultiparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbegriffs%2Fmultiparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbegriffs%2Fmultiparse/lists"}