{"id":15649424,"url":"https://github.com/nblumhardt/tcalc","last_synced_at":"2025-03-09T09:30:30.659Z","repository":{"id":137961338,"uuid":"148078545","full_name":"nblumhardt/tcalc","owner":"nblumhardt","description":"A series of C# parser construction examples","archived":true,"fork":false,"pushed_at":"2019-06-03T01:50:07.000Z","size":1346,"stargazers_count":39,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-09T04:03:48.669Z","etag":null,"topics":["csharp","parsers","superpower"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nblumhardt.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":"2018-09-10T00:38:15.000Z","updated_at":"2025-01-16T05:57:02.000Z","dependencies_parsed_at":"2023-03-22T05:50:11.739Z","dependency_job_id":null,"html_url":"https://github.com/nblumhardt/tcalc","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/nblumhardt%2Ftcalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblumhardt%2Ftcalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblumhardt%2Ftcalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblumhardt%2Ftcalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nblumhardt","download_url":"https://codeload.github.com/nblumhardt/tcalc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242673795,"owners_count":20167294,"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":["csharp","parsers","superpower"],"created_at":"2024-10-03T12:29:41.355Z","updated_at":"2025-03-09T09:30:29.957Z","avatar_url":"https://github.com/nblumhardt.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `tcalc`\n\nA series of C# parser construction examples, using [Superpower](https://github.com/datalust/superpower).\n\nThis repository implements a toy language for simple calculations over durations expressed\nin days (`d`), hours (`h`), minutes (`m`), seconds (`s`), or milliseconds (`ms`), along with floating point numbers:\n\n```\ntcalc\u003e (1h - 50m) * 3\n00:30:00\n\ntcalc\u003e 7d / 350ms\n1728000\n\n```\n\nThe `master` branch implements this as a token-driven parser. You can also view the parser expressed as a pure-text\nparser by switching to the [`text-parser` branch](https://github.com/nblumhardt/tcalc/tree/text-parser).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblumhardt%2Ftcalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnblumhardt%2Ftcalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblumhardt%2Ftcalc/lists"}