/splitix

Main repository for the Splitix language, along its 5 modules and additional documents

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

----/////////---- ----LICENSING---- ----/////////----

This project is licensed under the GNU General Public License v3.0. Copyright (C) 2025 - Splittine

This program is free software and an open source project: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License under the name "LICENSE.txt" along with this program. If not, see https://www.gnu.org/licenses/.

----/////////---- ----/////////---- ----/////////----

Splitix is a programming language aimed towards begginers, it is a high-level language that is easy to learn and use.

THIS PROJECT IS SPLIT IN 5 DIFFERENT MODULES, sIDE, sLANG, sBLK, sDOC and sEXT, they will all be provided with their own documentation

It is meant to be flexible and modular, using this, you may create your own programming language

----////////---- ----UPDATING---- ----////////----

This project is currently in development, and is not yet ready for production use.

To update this project, you can use the following commands :

git status //Checks the status of the repository
git add . //Adds all changes to the staging area
OR
git add -u //Takes account of modified and deleted files, but not new files

git commit -m "Your commit message here" //Commits the changes with a message

git push //Pushes the changes to the remote repository