==
======
==
==========
== ██████ ██████ ████████ ██ ██ ██████ ██████
== ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
==== ██ ██ ██████ ██ ███████ ██ ██ ██
==== ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
== ██████ ██ ██ ██ ██ ██ ██████ ██████
Orthodox programming language
- Split source file into 3 different files
- Added user input with 'repent()'
- Added far better error handling
- Added arithmetic with 'theosis()'
git clone https://github.com/Mandrew0822/OrthoC.git
cd OrthoC
sudo chmod +x build
./build
When updating the code remember the following points:
- Extensively test the program before pushing
- If you added a new feature, update
docs.md
with a desciption of the statement and give an example of it's usage - Update
test.oc
if a new feature has been added - Update the changelog
- Change the version number if the feature was large enough
TODO:
- Move to a transpiler (OrthoC -> C binary output) if im feeling adventerous
- Implementation of conditional statements (if/else)
- Basic file handling