{"id":23471078,"url":"https://github.com/hitalom/euclides","last_synced_at":"2025-04-14T17:22:26.429Z","repository":{"id":244722694,"uuid":"816062777","full_name":"HitaloM/Euclides","owner":"HitaloM","description":"Euclides is a simple calculator that performs arithmetic operations using only addition and subtraction.","archived":false,"fork":false,"pushed_at":"2024-09-05T17:04:02.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T12:59:05.366Z","etag":null,"topics":["calculator","euclidean","polish-notation","reverse-polish-notation","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HitaloM.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":"2024-06-17T00:33:18.000Z","updated_at":"2024-09-05T17:04:26.000Z","dependencies_parsed_at":"2024-06-20T11:33:26.705Z","dependency_job_id":"16a92a48-0924-4b4b-adb9-45fb8c2d2262","html_url":"https://github.com/HitaloM/Euclides","commit_stats":null,"previous_names":["hitalom/euclides"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FEuclides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FEuclides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FEuclides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HitaloM%2FEuclides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HitaloM","download_url":"https://codeload.github.com/HitaloM/Euclides/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923954,"owners_count":21184002,"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","euclidean","polish-notation","reverse-polish-notation","rust"],"created_at":"2024-12-24T16:20:01.243Z","updated_at":"2025-04-14T17:22:26.385Z","avatar_url":"https://github.com/HitaloM.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Euclides\n\n\u003e A Rust-based conceptual calculator designed to explore the fundamentals of the language.\n\nEuclides is a simple calculator that performs arithmetic operations using only addition and subtraction. It supports complex expressions and evaluates them using [Reverse Polish Notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation) (postfix notation), along with infix and prefix notations.\n\n## Features\n\n- **Basic Operations**: Addition, Subtraction, Multiplication, and Division.\n- **Notation Support**: Infix, Prefix, and Postfix notations.\n- **Expression Evaluation**: Computes results for given expressions.\n\n## Usage\n\nTo use Euclides, run the program and input an expression in one of the supported notations. Specify the notation by prefixing your input with `prefix:`, `postfix:`, or `infix:`.\n\n### Examples\n\n1. **Infix Notation**:\n    ```bash\n    $ infix: 3 + 4 * 2 / ( 1 - 5 )\n    ```\n\n2. **Prefix Notation**:\n    ```bash\n    $ prefix: + 3 / * 4 2 - 1 5\n    ```\n\n3. **Postfix Notation**:\n    ```bash\n    $ postfix: 3 4 2 * 1 5 - / + \n    ```\n\n## Roadmap\n\n- [x] Implement basic operations\n- [x] Support infix, prefix, and postfix notations\n- [ ] Add support for advanced/complex operations\n- [ ] Develop a graphical user interface (GUI)\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n## License\n\nThis project is licensed under the [BSD Zero Clause](LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitalom%2Feuclides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhitalom%2Feuclides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitalom%2Feuclides/lists"}