Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.23 KB

File metadata and controls

33 lines (27 loc) · 1.23 KB

🧩 Pandora Language

Pandora Language is a declarative interpreter langauge with simple syntax.
It is used to describe packages for Atlas Linux Package Manager.

Project provides fast analyzer and executor for packages installation instructions.
The main idea is provide user-friendly package manager and package language in Atlas Linux System

⚠️ The project is currently under active development and may be unstable.

⚙️ Technical Details

  • Main Language: C
  • Build System: Make
  • C Compiler: gcc (you can use any supported for yourself)

🛠️ Building Guide

  1. Install C compiler (Makefile uses gcc)
  2. Clone this repository:
git clone https://github.com/AtlasLinux/pnd-language
  1. Build from Makefile:
make
  1. Compiled binary will be at build/pnd

👮 Repository

Project is licensed under the MIT License.
See more in LICENSE file.
You can check contribution guide in CONTRIBUTING.md