This project is a online interpreter for Pashmak to run it by a web interface.
Try it in https://pashmak-parsampsh.fandogh.cloud
to run it by yourself, you can use docker:
docker build -t pashmak_oi .
docker run --rm -p 8000:80 pashmak_oi
now, you can use it in http://localhost:8000.