{"id":18336618,"url":"https://github.com/iassasin/math-interpreter","last_synced_at":"2025-04-09T19:56:03.249Z","repository":{"id":86400181,"uuid":"147248085","full_name":"iassasin/math-interpreter","owner":"iassasin","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-03T20:02:47.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T19:56:00.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iassasin.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-03T20:00:59.000Z","updated_at":"2018-09-03T20:02:48.000Z","dependencies_parsed_at":"2023-03-08T04:00:21.490Z","dependency_job_id":null,"html_url":"https://github.com/iassasin/math-interpreter","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/iassasin%2Fmath-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iassasin%2Fmath-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iassasin%2Fmath-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iassasin%2Fmath-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iassasin","download_url":"https://codeload.github.com/iassasin/math-interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103911,"owners_count":21048245,"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-11-05T20:08:24.651Z","updated_at":"2025-04-09T19:56:03.227Z","avatar_url":"https://github.com/iassasin.png","language":"JavaScript","readme":"# Simple math interpreter\n\nMade up just for fun.\n\nNo dependencies needed to run. Just use:\n```\nnode index\n```\n\nSupported operators: `+`, `-`, `*`, `/`, `%`. (No unary `-` and `+`!)\n\nYou can use variables:\n```\n\u003e a = 5\n  5\n\n\u003e b = 3\n  3\n\n\u003e a + b * 2\n  11\n```\nAlso has functions support:\n```\n\u003e fn avg a b =\u003e (a + b) / 2\n\n\u003e avg 1.5 2.5\n  2\n\n\u003e avg avg 1 3 avg 9 11\n  5\n```\n\nWith great power comes great responsibility.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiassasin%2Fmath-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiassasin%2Fmath-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiassasin%2Fmath-interpreter/lists"}