{"id":16807597,"url":"https://github.com/guacs/meval","last_synced_at":"2025-03-17T08:41:49.828Z","repository":{"id":158640742,"uuid":"606736968","full_name":"guacs/meval","owner":"guacs","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-26T14:24:39.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T18:14:30.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","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/guacs.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":"2023-02-26T12:18:59.000Z","updated_at":"2023-02-26T12:19:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b151604-ab51-43cc-b7fe-5a8ab77689ee","html_url":"https://github.com/guacs/meval","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/guacs%2Fmeval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guacs%2Fmeval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guacs%2Fmeval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guacs%2Fmeval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guacs","download_url":"https://codeload.github.com/guacs/meval/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244003767,"owners_count":20382261,"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-10-13T09:54:12.146Z","updated_at":"2025-03-17T08:41:49.804Z","avatar_url":"https://github.com/guacs.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meval\n\nA CLI based tool for evaluating mathematical expressions.\n\n## Installation\n\n1. Clone the repository with:  \n\n    ```\n    git clone https://github.com/guacs/meval.git\n    ```\n\n2. Install the D compiler from [here](https://dlang.org/download.html) if you haven't already installed it.\n3. Run the following for building and testing the application (ensure you are in the root directory of the project):  \n\n    build =\u003e `dub build`  \n    \n    test =\u003e `dub test`\n    \n## Grammar\n\nThe grammar that is used for parsing.\n\n```\nexpression -\u003e term\nterm -\u003e factor ((\"-\" | \"+\") factor)*\nfactor -\u003e unary ((\"*\" | \"/\") unary)* \nunary -\u003e (\"+\" | \"-\") unary | primary\nprimary -\u003e NUMBER | \"(\" expression \")\"\n```\n\n`*` =\u003e repeats zero or more times\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguacs%2Fmeval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguacs%2Fmeval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguacs%2Fmeval/lists"}