{"id":15297023,"url":"https://github.com/para-lang/para-compiler","last_synced_at":"2025-10-07T09:31:28.310Z","repository":{"id":41952060,"uuid":"344631294","full_name":"Para-Lang/para-compiler","owner":"Para-Lang","description":"The Para Compiler (From Greek \"para\": Beside/Alongside)","archived":true,"fork":false,"pushed_at":"2022-04-24T17:56:44.000Z","size":13029,"stargazers_count":7,"open_issues_count":17,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T18:47:40.170Z","etag":null,"topics":["c","compiler","hacktoberfest","hacktoberfest2021","language","para","para-lang","programming-language","python"],"latest_commit_sha":null,"homepage":"https://para.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Para-Lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-04T22:54:44.000Z","updated_at":"2025-08-11T23:47:07.000Z","dependencies_parsed_at":"2022-08-12T00:30:20.416Z","dependency_job_id":null,"html_url":"https://github.com/Para-Lang/para-compiler","commit_stats":null,"previous_names":["luna-klatzer/para-c","para-lang/para"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Para-Lang/para-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Para-Lang%2Fpara-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Para-Lang%2Fpara-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Para-Lang%2Fpara-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Para-Lang%2Fpara-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Para-Lang","download_url":"https://codeload.github.com/Para-Lang/para-compiler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Para-Lang%2Fpara-compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278750007,"owners_count":26039259,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["c","compiler","hacktoberfest","hacktoberfest2021","language","para","para-lang","programming-language","python"],"created_at":"2024-09-30T19:14:27.246Z","updated_at":"2025-10-07T09:31:27.907Z","avatar_url":"https://github.com/Para-Lang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://raw.githubusercontent.com/Para-Lang/Para/v0.1.dev7/img/para-language.png)\n\n# The Para language and Compiler\n\n![Latest Release](https://img.shields.io/github/v/release/Para-Lang/Para?include_prereleases)\n[![PyPI version](https://badge.fury.io/py/paralang-base.svg)](https://badge.fury.io/py/paralang-base)\n![Py Versions](https://img.shields.io/pypi/pyversions/paralang-base.svg)\n![License](https://img.shields.io/github/license/Para-Lang/Para?color=cyan)\n[![Documentation Status](https://readthedocs.org/projects/para/badge/?version=latest)](https://para.readthedocs.io/en/latest/?badge=latest)\n![Coverage](./coverage.svg)\n[![codecov](https://codecov.io/gh/Para-Lang/Para/branch/main/graph/badge.svg?token=8I9XL1E7QR)](https://codecov.io/gh/Para-Lang/Para)\n[![paralang-base](https://snyk.io/advisor/python/paralang-base/badge.svg)](https://snyk.io/advisor/python/paralang-base)\n\n[![Build](https://github.com/Para-Lang/Para/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Para-Lang/Para/actions/workflows/codeql-analysis.yml)\n[![Codecov](https://github.com/Para-Lang/Para/actions/workflows/codecov.yml/badge.svg)](https://github.com/Para-Lang/Para/actions/workflows/codecov.yml)\n[![PyTest Linux](https://github.com/Para-Lang/Para/actions/workflows/pytest-linux-coverage.yml/badge.svg)](https://github.com/Para-Lang/Para/actions/workflows/pytest-linux-coverage.yml)\n[![PyTest MacOs](https://github.com/Para-Lang/Para/actions/workflows/pytest-macos.yml/badge.svg)](https://github.com/Para-Lang/Para/actions/workflows/pytest-macos.yml)\n[![PyTest Win](https://github.com/Para-Lang/Para/actions/workflows/pytest-win.yml/badge.svg)](https://github.com/Para-Lang/Para/actions/workflows/pytest-win.yml)\n[![Documentation Status](https://readthedocs.org/projects/para/badge/?version=latest)](https://para.readthedocs.io/en/latest/?badge=latest)\n\n## Key-Features\n\n*Planned/Intended features (Development is still ongoing)*\n\n- Ability to streamline calling processes and handling arguments and return\n  data.\n- Multi-Threaded processing, which allows extensions / other programs to be run\n  inside each thread.\n- Ability to manage exceptions and also define fallbacks. This is also\n  supported for extensions that fail.\n- Extended Base-Library (Para Base Library) with additional types and\n  functions.\n- Decorator and Overload Functions.\n- Simplified syntax and handling of C components for easier coding.\n- Provide more Security by forbidding variable shadowing and removing undefined\n  behaviour.\n\n## Introduction\n\nPara (From Greek \"para\": Beside/Alongside) is a programming language that\nis designed to integrate other languages and allow for advanced management of\nembedded programs / code-bases inside a program, where the language will serve\nas a base for writing overhead and \"connector\" programs, which can manage\ninstances, listen for events, stop and start processes and manage in- and\nout-data.\n\n### Commands\n\n*Commands displayed are mostly only partly implemented*\n\n| Name                  | Description                                                                                      |\n|-----------------------|--------------------------------------------------------------------------------------------------|\n| ``para compile``      | Compiles a Para program to C or an executable.                                                   |\n| ``para run``          | Compiles a Para program and runs it.                                                             |\n| ``para syntax-check`` | Validates the syntax of a Para program and logs errors if needed. (Pre-Processor ignored)        |\n| ``para analyse``      | Analyses a program and validates the syntax (Pre-Processor included - macros required)           |\n\n## Docs\n\nOur documentation can be found [here](https://para.readthedocs.io/en/latest/).\n\n## Python Module\n\n[![PyPI version](https://badge.fury.io/py/paralang-base.svg)](https://badge.fury.io/py/paralang-base)\n\nBesides, the option to compile the python code into a binary executable using\npyinstaller, you may also directly utilise the `paralang_source` source module, which\nprovides the compiler source code that can be run in other python scripts.\n\nFor reference on the pypi module please go to the documentation page\n[here](https://para.readthedocs.io/en/latest/pyapi_ref/index.html).\n\n## Installation\n\nFor reference on the installation please go the documentation page \n[here](https://para.readthedocs.io/en/latest/installation.html).\n\n## Copyright and License\n\n![License](https://img.shields.io/github/license/Para-Lang/Para?color=cyan)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FPara-Lang%2FPara.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FPara-Lang%2FPara?ref=badge_shield)\n\nCopyright (C) 2021-2022 Luna Klatzer\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nSee the [LICENSE](https://raw.githubusercontent.com/Para-Lang/Para/main/LICENSE)\nfor information on terms \u0026 conditions for usage.\n\n### FOSSA License Report\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FPara-Lang%2FPara.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FPara-Lang%2FPara?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpara-lang%2Fpara-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpara-lang%2Fpara-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpara-lang%2Fpara-compiler/lists"}