please dont use this it's named shitlang for a reason
docs here
- download source code by cloning repository or downloading the source zip from github
git clone https://github.com/sertdfyguhi/shitlang
- run shitlang.py using python3
python3 shitlang.py
- escape characters
- somehow implement if,
else ifand else - arrays
- array builtins
- documentation
- new lexer
- string
- numbers
- arrays
- func calls
- comments
- rewrite shitlang.py
print("Hello World!")
set('x', "set('x', {})print(format(get('x'), add(chr(34), add(get('x'), chr(34)))))")print(format(get('x'), add(chr(34), add(get('x'), chr(34)))))
set('input', input(''))
if(function('0condition.shit'), function('0.shit'))
if(function('1condition.shit'), function('1.shit'))
return(equals(get('input'), '0'))
return(equals(get('input'), '1'))
print(0)
while(function('1loop_condition.shit'), function('1loop.shit'))
return(True)
print(1)