crap lang is a better version of Crapibara which has a more efficient, performant, and well structured feature which is maintainable, it supports functions while loops if statements, variables, lists, operations, stdout, it is designed to be minimalistic and TURING COMPLETE
This is a simple instruction manual for the Crap Language, it branches out into two parts, dev version and the norm version
- install the latest release of Crap Language in the release section
- make a folder anywhere you want (Recommended in the C:\ path) for the exe to be in permanantly
- place the crap.exe into the folder you have just made
- add the path to the folder in the system enviornment variable
- install git if you still have not (Set up the whole things as you want)
- run the command
git clone https://github.com/LiamWJH/CrapLangin whereever you want - Your free to run and develop! note: in the case of not using pyinstaller everytime for build you have to place the test .crap file in the same folder as main.py
if you have followed the steps of proper installation Above you can just run:
crap -r filename.crap or crap --run filename.crap
if you have followed the steps of proper installation Above you can just run:
main.py -r filename.crap or main.py --run filename.crap
var declare
let x = 123
if, while, fnc
if 1 < 2
while 1 < 2
fnc dosmth var1 var2
print "Hello world"
end
if 1 < 2 ----print "Hello" end
comment
comment: blablah