{"id":15705742,"url":"https://github.com/tetsuo-cpp/mathy","last_synced_at":"2025-03-30T15:44:11.336Z","repository":{"id":154780574,"uuid":"229738205","full_name":"tetsuo-cpp/mathy","owner":"tetsuo-cpp","description":"A toy programming language that supports basic integer arithmetic.","archived":false,"fork":false,"pushed_at":"2020-01-18T03:28:49.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T17:18:10.189Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/tetsuo-cpp.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":"2019-12-23T11:23:28.000Z","updated_at":"2020-01-18T03:28:50.000Z","dependencies_parsed_at":"2023-05-20T13:46:28.505Z","dependency_job_id":null,"html_url":"https://github.com/tetsuo-cpp/mathy","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"567822cb8eebb4c0f95355bb8cb1dde3b755908d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetsuo-cpp%2Fmathy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetsuo-cpp%2Fmathy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetsuo-cpp%2Fmathy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetsuo-cpp%2Fmathy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tetsuo-cpp","download_url":"https://codeload.github.com/tetsuo-cpp/mathy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246342715,"owners_count":20761938,"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-03T20:19:33.331Z","updated_at":"2025-03-30T15:44:11.316Z","avatar_url":"https://github.com/tetsuo-cpp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mathy\nA toy programming language that supports basic integer arithmetic.\n\nThis project was mainly an excuse for me to learn about some testing libraries in the C++ ecosystem that I hadn't gotten the chance to try yet (Catch2 and Trompeloeil).\n## Syntax\n```\nMATHY\u003e var x = 1 + 3\nNONE\nMATHY\u003e x\n4\nMATHY\u003e 1 + 3\n4\nMATHY\u003e (1 + 3) * 2\n8\nMATHY\u003e (x + 8) * 2\n24\nMATHY\u003e var y = 3 * 2; y\n6\n```\n## Dependencies\n* Catch2\n* Trompeloeil\n## Building\n```\ngit submodule init\ngit submodule update\ncmake . \u0026\u0026 make\n```\n## Usage\nTo run the REPL.\n```\n$ ./mathy/mathy\n```\nTo run the unit test suite.\n```\n$ ./test/mathy_test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetsuo-cpp%2Fmathy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetsuo-cpp%2Fmathy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetsuo-cpp%2Fmathy/lists"}