Skip to content

blarsen/docker-cim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Git repo for the Docker image bjornhell/cim, containing the CSIM Simula compiler (http://simula67.at.ifi.uio.no/cim.shtml) created by Sverre Hvammen Johansen and Terje Mjøs.

Example usage:

blarsen@T560 ~/work/cim $ docker run -ti -v /c/cygwin/home/blarsen/work/cim:/cim -h mycim bjornhell/cim bash
root@mycim:/# cd /cim
root@mycim:/cim# cat hello.sim
BEGIN
  OutText("hello, world");
  OutImage;
END
root@mycim:/cim# cim hello
Compiling hello.sim:
gcc -w -c hello.c
gcc -w -o hello hello.o -L/usr/local/lib -lcim
root@mycim:/cim# ./hello
hello, world
root@mycim:/cim#

About

Docker image for the CIM Simula compiler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages