Skip to content

blarsen/docker-cim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Bjørn Hell
Aug 31, 2017
8f0bfd1 · Aug 31, 2017

History

8 Commits
Aug 31, 2017
Aug 29, 2017
Aug 29, 2017
Aug 29, 2017
Aug 29, 2017
Aug 29, 2017

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