{"id":25171511,"url":"https://github.com/basemax/mathematicalexpressionevaluator","last_synced_at":"2025-04-03T21:21:54.295Z","repository":{"id":233637398,"uuid":"658137898","full_name":"BaseMax/MathematicalExpressionEvaluator","owner":"BaseMax","description":"This is a C++ program that evaluates mathematical expressions containing operators +, -, *, and /, and parentheses ( and ). The program supports multi-digit numbers and guarantees that parentheses are used for each operator.","archived":false,"fork":false,"pushed_at":"2023-06-24T22:31:39.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T17:08:07.281Z","etag":null,"topics":["calculator","calculator-app","calculator-application","calculator-cpp","cpp","cpp-calculator","expression-calculate","expression-checker","expression-evaluator","expression-language","expression-parser","expression-tree","expressions","mathematical"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.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}},"created_at":"2023-06-24T22:22:11.000Z","updated_at":"2023-06-24T22:31:49.000Z","dependencies_parsed_at":"2024-04-17T01:12:38.765Z","dependency_job_id":"6d4fca50-6a00-4e4f-8aca-344afce05f19","html_url":"https://github.com/BaseMax/MathematicalExpressionEvaluator","commit_stats":null,"previous_names":["basemax/mathematicalexpressionevaluator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMathematicalExpressionEvaluator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMathematicalExpressionEvaluator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMathematicalExpressionEvaluator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMathematicalExpressionEvaluator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/MathematicalExpressionEvaluator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247079309,"owners_count":20880030,"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":["calculator","calculator-app","calculator-application","calculator-cpp","cpp","cpp-calculator","expression-calculate","expression-checker","expression-evaluator","expression-language","expression-parser","expression-tree","expressions","mathematical"],"created_at":"2025-02-09T09:20:43.786Z","updated_at":"2025-04-03T21:21:54.263Z","avatar_url":"https://github.com/BaseMax.png","language":"C++","readme":"# Mathematical Expression Evaluator\n\nThis is a C++ program that evaluates mathematical expressions containing operators `+`, `-`, `*`, and `/`, and parentheses `(` and `)`. The program supports multi-digit numbers and guarantees that parentheses are used for each operator.\n\n## Usage\n\nClone the repository or download the source code files:\n\n```shell\ngit clone https://github.com/BaseMax/MathematicalExpressionEvaluator\n```\n\nCompile the source code using a C++ compiler:\n\n```shell\ng++ main.cpp -o math_expression_evaluator\n```\n\nRun the program:\n\n```shell\n./math_expression_evaluator\n```\n\nEnter a mathematical expression without spaces and press Enter. The program will evaluate the expression and display the result.\n\n## Examples\n\n**Expression:** (5+((8+2)*2))\n\n**Result:** 25\n\n---------------\n\n**Expression:** ((6*(2+1))*(3+(3+1)))\n\n**Result:** 126\n\n## License\n\nThis project is licensed under the GPL-3.0 License.\n\nCopyright 2023, Max Base\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fmathematicalexpressionevaluator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fmathematicalexpressionevaluator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fmathematicalexpressionevaluator/lists"}