Skip to content

sacalon/sacalon-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published