Skip to content

pashmaklang/online-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.