{"id":18679998,"url":"https://github.com/effeix/mopl","last_synced_at":"2026-06-29T19:31:22.116Z","repository":{"id":92510060,"uuid":"124956534","full_name":"effeix/MOPL","owner":"effeix","description":"My Own Programming Language","archived":false,"fork":false,"pushed_at":"2018-06-15T03:00:28.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-27T15:06:55.511Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/effeix.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}},"created_at":"2018-03-12T21:55:48.000Z","updated_at":"2021-03-19T20:40:35.000Z","dependencies_parsed_at":"2023-08-21T04:00:28.456Z","dependency_job_id":null,"html_url":"https://github.com/effeix/MOPL","commit_stats":null,"previous_names":["gustavoefeiche/mopl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/effeix/MOPL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effeix%2FMOPL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effeix%2FMOPL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effeix%2FMOPL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effeix%2FMOPL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/effeix","download_url":"https://codeload.github.com/effeix/MOPL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effeix%2FMOPL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34941025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-07T09:47:31.713Z","updated_at":"2026-06-29T19:31:22.096Z","avatar_url":"https://github.com/effeix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MOPL\nMy Own Programming Language\n\n### BNF\n```bnf\nprogram : statements\n\nstatements : statement\n           | statements statement\n           ;\n\nstatement : attribution SEMI\n          | if SEMI\n          | if_else SEMI\n          | expression SEMI\n          | var_declaration SEMI\n          | var_declaration_attribution SEMI\n          | while SEMI\n          | write SEMI\n          | writeln SEMI\n          ;\n\nattribution : IDEN EQU expression ;\n\nif_else : IF LPAR rel_expression RPAR BEGIN statements END\n        | IF LPAR rel_expression RPAR BEGIN statements END ELSE BEGIN statements END\n        ;\n\nexpression : term\n           | term PLUS term\n           | term MIN term\n           | term OR term\n           ;\n\nvar_declaration : type IDEN ;\n\nvar_declaration_attribution : type IDEN EQU expression ;\n\nwhile : WHILE LPAR rel_expression RPAR DO BEGIN statement_list END ;\n\nwrite : WRITE LPAR expression RPAR ;\n\nwriteln : WRITE LPAR expression RPAR NEWL ;\n\nrel_expression : expression LT expression\n               | expression LTE expression\n               | expression GT expression\n               | expression GTE expression\n               | expression DEQU expression\n               | expression NEQU expression\n               ;\n\nempty : ;\n\nterm : factor\n     | factor MULT factor\n     | factor DIV factor\n     | factor AND factor\n     ;\n\nfactor : NUMB\n       | IDEN\n       | LPAR expression RPAR\n       ;\n\ntype : INTEGER ;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffeix%2Fmopl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feffeix%2Fmopl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffeix%2Fmopl/lists"}