gingrspacecadet 559734901f Merge pull request #19 from AtlasLinux/fix-readme
Fix spelling error in README
2025-08-24 08:06:22 +01:00
2025-08-14 18:40:44 +03:00
2025-08-13 21:45:41 +03:00
2025-08-18 19:55:48 +03:00
2025-08-13 21:45:41 +03:00
2025-08-13 21:45:41 +03:00
2025-08-19 22:18:38 -07:00
2025-08-23 12:35:09 -04:00
2025-08-17 22:26:16 -07:00

🧩 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

Description
No description provided
Readme MIT 138 KiB
Languages
C 92.8%
Shell 5%
Makefile 2.2%