A custom shell language made for educational purposes only.
As of now you need to run
cat filename.ech | python3 lang.py -c
test:=1
test:=exit
test2:=hello world
print test2$
test$
The code above when typed in will print "hello world" then exit the program.
cd directory-name
ls
calc 1 + 2
pwd
print test
exit