Programming Launguage interperature made in Python
Run the Shell.py in terminal or python interperator and then execute the desired commands.
Create Variable: MAKE =
Create Function: GROUP (CONDITIONS)
END
For Loop:
FOR i = TO THEN
END
print:
PRINT("")
Math:
operations same except exponent is ^ instead of **
Has PI use MAKE x = PI to make variable equal to pi
Input:
get string input: INPUT() no argv in input
get int input: INPUT_INT()
List:
Make List: MAKE = []
append list: APPENDIX(,)
len: LENGTH()
extend: EXTEND(,)
pop: POP(, )
False: FALSE
True: NOT_FALSE
check if value:
is a list: LISTY
is a number: NUMMY
is a string: STRINGY
is a function: FUNNY
null: NONE
if:
IF THEN
end
elif:
IF THEN
ELIF THEN
END
While:
WHILE THEN
END
End loop:
THEN
BREAK
END
run file:
create file name it
then run shell.py and type RUN("")