sacalon / sacalon-docker

Docker image for Hascal(WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Image

Sacalon for Docker

Your can use this image to compile and run sacalon codes.

For now we only support Arch linux. We are planning to support other OSs in the future.

basic usage

FROM sacalon-lang/sacalon:latest

RUN git clone https://github.com/sacalon-lang/sacalon.git /sacalon  # clone sacalon repo to /sacalon

RUN sacalon run /sacalon/examples/hello.sa  # compile an example code and run it

About

Docker image for Hascal(WIP)

License:MIT License


Languages

Language:Dockerfile 100.0%