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
- Main Language:
C - Build System:
Make - C Compiler:
gcc(you can use any supported for yourself)
- Install C compiler (Makefile uses gcc)
- Clone this repository:
git clone https://github.com/AtlasLinux/pnd-language- Build from Makefile:
make- Compiled binary will be at
build/pnd
Project is licensed under the MIT License.
See more in LICENSE file.
You can check contribution guide in CONTRIBUTING.md