Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 413 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 413 Bytes

Pashmak programming language online interpreter

This project is a online interpreter for Pashmak to run it by a web interface.

Try it in https://pashmak-parsampsh.fandogh.cloud

Run with docker

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.