{"id":20565028,"url":"https://github.com/aermoss/simplecompiler","last_synced_at":"2025-04-14T15:14:53.329Z","repository":{"id":111008324,"uuid":"510518457","full_name":"Aermoss/SimpleCompiler","owner":"Aermoss","description":"A simple programming language frontend written in Python using LLVM.","archived":false,"fork":false,"pushed_at":"2024-02-23T14:41:24.000Z","size":11,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T15:14:36.978Z","etag":null,"topics":["compiler","lexer","llvm","llvm-ir","llvmlite","parser","python","simple-compiler"],"latest_commit_sha":null,"homepage":"","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/Aermoss.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":"2022-07-04T22:28:37.000Z","updated_at":"2024-11-22T20:58:10.000Z","dependencies_parsed_at":"2023-11-28T03:28:55.429Z","dependency_job_id":"c3fa85b8-c1d0-45d2-86ff-6135fae10049","html_url":"https://github.com/Aermoss/SimpleCompiler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aermoss%2FSimpleCompiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aermoss%2FSimpleCompiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aermoss%2FSimpleCompiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aermoss%2FSimpleCompiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aermoss","download_url":"https://codeload.github.com/Aermoss/SimpleCompiler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904637,"owners_count":21180835,"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":["compiler","lexer","llvm","llvm-ir","llvmlite","parser","python","simple-compiler"],"created_at":"2024-11-16T04:30:37.286Z","updated_at":"2025-04-14T15:14:53.299Z","avatar_url":"https://github.com/Aermoss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Compiler\nA simple programming language frontend written in Python using LLVM.\n\n# Getting Started\n## Building a program\n```\npython main.py build test.txt\n```\n\n## Running a program (JIT Compilation)\n```\npython main.py run test.txt\n```\n\n## Writing a simple program\nThere are only void's and int's in this language so we can't print out \"Hello, World!\"\n```c++\n#include \u003ciostream\u003e\n\nint main() {\n    print(120);\n    return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faermoss%2Fsimplecompiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faermoss%2Fsimplecompiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faermoss%2Fsimplecompiler/lists"}