/online-interpreter

Online interpreter for pashmak programming language

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

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.