{"id":27438343,"url":"https://github.com/comidan/calculatorlanguagecompiler","last_synced_at":"2026-02-11T03:05:38.694Z","repository":{"id":91783268,"uuid":"223480446","full_name":"comidan/CalculatorLanguageCompiler","owner":"comidan","description":"A simple calculator language and its compiler","archived":false,"fork":false,"pushed_at":"2019-11-25T17:28:07.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-26T08:43:59.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Yacc","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/comidan.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,"zenodo":null}},"created_at":"2019-11-22T20:22:33.000Z","updated_at":"2022-06-01T19:24:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7e87672-bbb6-4249-a97d-c5d6509c362d","html_url":"https://github.com/comidan/CalculatorLanguageCompiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/comidan/CalculatorLanguageCompiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comidan%2FCalculatorLanguageCompiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comidan%2FCalculatorLanguageCompiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comidan%2FCalculatorLanguageCompiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comidan%2FCalculatorLanguageCompiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comidan","download_url":"https://codeload.github.com/comidan/CalculatorLanguageCompiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comidan%2FCalculatorLanguageCompiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T02:08:56.257Z","status":"ssl_error","status_checked_at":"2026-02-11T02:08:51.338Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-04-14T20:35:16.067Z","updated_at":"2026-02-11T03:05:38.666Z","avatar_url":"https://github.com/comidan.png","language":"Yacc","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CalculatorLanguageCompiler\nA simple calculator language and its compiler.\n\nLanguage syntax is the following :\n```\ninteger * [let var1 = ?]{ var1 + integer + [let var2 = integer, var3 = ?]{ var2 - var3} };  \n```\n\nWhere :  \n\u0026nbsp;\u0026nbsp;\u0026nbsp;● Integer is any integer number  \n\u0026nbsp;\u0026nbsp;\u0026nbsp;● To declare a variable you have to write [let \u003cvariable_name\u003e = ? or integer], where if ? is present it'll let you insert dyamically any integer.  \n\u0026nbsp;\u0026nbsp;\u0026nbsp;● After a declaration there has to be an operation on the variable inside {}  \n\u0026nbsp;\u0026nbsp;\u0026nbsp;● There can be annidated variables declaration  \n\u0026nbsp;\u0026nbsp;\u0026nbsp;● Variables with the same name will always refer to their nearest declaration inside {}  \n  \n    \nThe corrispettive compiler was built using Flex and Bison under a Linux environment.\nThe compiler executable is already built.    \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomidan%2Fcalculatorlanguagecompiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomidan%2Fcalculatorlanguagecompiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomidan%2Fcalculatorlanguagecompiler/lists"}